Skip to content

Commit 7bb558c

Browse files
committed
fix build errors
1 parent e9a15c9 commit 7bb558c

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/VueDraggableNext.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -68,6 +68,7 @@ const eventsToEmit = ['Choose', 'Unchoose', 'Sort', 'Filter', 'Clone']
6868
const readonlyProperties = ['Move', ...eventsListened, ...eventsToEmit].map(
6969
evt => 'on' + evt
7070
)
71+
// @ts-ignore
7172
let draggingElement: any = null
7273

7374
const props = {

0 commit comments

Comments
 (0)