Browse Source

chore:update

wxyyxc1992 5 years ago
parent
commit
77982d6469
1 changed files with 1 additions and 1 deletions
  1. 1
    1
      src/toolbar/Toolbar.ts

+ 1
- 1
src/toolbar/Toolbar.ts View File

56
 
56
 
57
     super.init(this.toolbarUI);
57
     super.init(this.toolbarUI);
58
 
58
 
59
-    interact('#drag-handler').draggable({
59
+    (interact as any)('#drag-handler').draggable({
60
       onmove: this.onDragMove
60
       onmove: this.onDragMove
61
     });
61
     });
62
 
62