Skip to content

Commit d818da0

Browse files
13twelveifox
authored andcommitted
fix #2657 adds missing VUE draggable deprecations
Follows on from PR #2491
1 parent f739f44 commit d818da0

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

frontend/js/components/editor/EditorSidebarBlockList.vue

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
<draggable class="editorSidebar__blocks"
55
:class="editorSidebarClasses"
66
v-model="blocks"
7-
:options="{
7+
v-bind="{
88
group: {
99
name: 'editorBlocks',
1010
pull: 'clone',

0 commit comments

Comments
 (0)