|
@@ -595,7 +595,7 @@ export class SelectCtrl extends ModuleControl<EditorModule> {
|
|
|
|
|
|
|
|
|
//@ts-ignore
|
|
|
- const yoff = this.store.currStreamCard.$el.getBoundingClientRect().top - this.pageEl?.getBoundingClientRect().top;
|
|
|
+ const yoff = this.controls.pageCtrl.currStreamCard.$el.getBoundingClientRect().top - this.pageEl?.getBoundingClientRect().top;
|
|
|
this.transferStyle.baseCardTop = yoff / s + "px";
|
|
|
|
|
|
this.transferStyle.showGizmo = true;
|