Skip to content

Commit

Permalink
Update Item.vue
Browse files Browse the repository at this point in the history
  • Loading branch information
n1crack committed May 1, 2024
1 parent 259646c commit 5c71869
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/components/Item.vue
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ const ds = app.dragSelect;
const props = defineProps({
item: {type: Object},
dragImage: {type: Object}
// draggable: {type: Boolean, default: false}
})
const openItem = (item) => {
Expand Down

0 comments on commit 5c71869

Please sign in to comment.