tangning 1 일 전
부모
커밋
71ad6bca2a
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. 1 1
      src/view/case/photos/canvas-photo-editor.js

+ 1 - 1
src/view/case/photos/canvas-photo-editor.js

@@ -312,7 +312,7 @@ export class CanvasPhotoEditor {
       this.dragPageData.end = { x: mouseX, y: mouseY }
       let newEndIndex = endIndex<-1?-1:endIndex>this.pages.length-1?this.pages.length:endIndex
       if(newEndIndex != this.dragPageData.movedIndex){
-        await handleClearLine()
+        await this.handleClearLine()
         this.dragPageData.movedIndex = newEndIndex
         this.drawAllPages()
       }