@kanaries/graphic-walker 0.2.19 → 0.3.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -11982,7 +11982,7 @@ class Vp {
|
|
|
11982
11982
|
}
|
|
11983
11983
|
clone() {
|
|
11984
11984
|
const t = new Vp(this.frame);
|
|
11985
|
-
return t.cursor = this.cursor, t;
|
|
11985
|
+
return t.snapshots = this.snapshots.slice().map((n) => ({ ...n })), t.cursor = this.cursor, t;
|
|
11986
11986
|
}
|
|
11987
11987
|
exportGW() {
|
|
11988
11988
|
return {
|