Skip to content

Commit 51e18f9

Browse files
author
Irsyaad Budi
committed
fix: unexpected behavior pdf-object in mobile
1 parent 9bb19ba commit 51e18f9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/components/pdf-object/utils/use-drop.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -23,7 +23,7 @@ export default function useDrop(target: Ref<HTMLElement>, dropTarget: Ref<string
2323
if (target.value) {
2424
const Interact = (await import('interactjs')).default
2525

26-
// Interact.dynamicDrop(true)
26+
Interact.dynamicDrop(true)
2727

2828
instance.value = Interact(dropTarget.value, { context: target.value }).dropzone({
2929
accept: '.pdf-object',

0 commit comments

Comments
 (0)