Browse Source

fix draggable

Michael Wang 3 năm trước cách đây
mục cha
commit
6ae0feadd8
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      src/features/mark/use/draggable.ts

+ 1 - 1
src/features/mark/use/draggable.ts

@@ -58,5 +58,5 @@ export function dragImage() {
     }
   });
 
-  return { dragContainer };
+  return $$({ dragContainer });
 }