liwei 1 년 전
부모
커밋
a9245373dd
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/modules/editor/controllers/SelectCtrl/index.ts

+ 1 - 1
src/modules/editor/controllers/SelectCtrl/index.ts

@@ -595,7 +595,7 @@ export class SelectCtrl extends ModuleControl<EditorModule> {
 
 
 
 
     //@ts-ignore
     //@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.baseCardTop = yoff / s  + "px";
   
   
     this.transferStyle.showGizmo = true;
     this.transferStyle.showGizmo = true;