1
0
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()
       }