@myrmidon/gve-core 3.0.2 → 3.0.3
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.
|
@@ -29,6 +29,8 @@ export declare class SnapshotEditorComponent {
|
|
|
29
29
|
private _previewing?;
|
|
30
30
|
private _transparentIds?;
|
|
31
31
|
private _stepPickFrozen?;
|
|
32
|
+
private _handlingOver?;
|
|
33
|
+
private _lastOverId?;
|
|
32
34
|
snapshotView?: ElementRef<SnapshotViewComponent>;
|
|
33
35
|
/**
|
|
34
36
|
* The snapshot to edit.
|