wxyyxc1992 6 lat temu
rodzic
commit
77982d6469
1 zmienionych plików z 1 dodań i 1 usunięć
  1. 1
    1
      src/toolbar/Toolbar.ts

+ 1
- 1
src/toolbar/Toolbar.ts Wyświetl plik

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