diff --git a/packages/client/src/components/MkPostFormAttaches.vue b/packages/client/src/components/MkPostFormAttaches.vue index f300ae707d..793b59b3c7 100644 --- a/packages/client/src/components/MkPostFormAttaches.vue +++ b/packages/client/src/components/MkPostFormAttaches.vue @@ -3,9 +3,9 @@ <VueDraggable v-model="_files" class="files" - animation="150" - delay="100" - delay-on-touch-only="true" + :animation="150" + :delay="100" + :delay-on-touch-only="true" > <div v-for="element in _files" diff --git a/packages/client/src/components/MkWidgets.vue b/packages/client/src/components/MkWidgets.vue index 3019c7f107..bb7580ef38 100644 --- a/packages/client/src/components/MkWidgets.vue +++ b/packages/client/src/components/MkWidgets.vue @@ -28,7 +28,7 @@ i18n.ts.close }}</MkButton> </header> - <VueDraggable v-model="widgets_" handle=".handle" animation="150"> + <VueDraggable v-model="widgets_" handle=".handle" :animation="150"> <div v-for="element in widgets_" :key="element.id"> <div class="customize-container"> <button diff --git a/packages/client/src/pages/page-editor/page-editor.blocks.vue b/packages/client/src/pages/page-editor/page-editor.blocks.vue index 9db45aebdb..c449f5fdf3 100644 --- a/packages/client/src/pages/page-editor/page-editor.blocks.vue +++ b/packages/client/src/pages/page-editor/page-editor.blocks.vue @@ -4,8 +4,8 @@ tag="div" handle=".drag-handle" :group="{ name: 'blocks' }" - animation="150" - swap-threshold="0.5" + :animation="150" + :swap-threshold="0.5" > <component :is="'x-' + element.type" diff --git a/packages/client/src/pages/page-editor/page-editor.vue b/packages/client/src/pages/page-editor/page-editor.vue index 3acb7a0b40..b16f8d7f00 100644 --- a/packages/client/src/pages/page-editor/page-editor.vue +++ b/packages/client/src/pages/page-editor/page-editor.vue @@ -125,8 +125,8 @@ class="variables" handle=".drag-handle" :group="{ name: 'variables' }" - animation="150" - swap-threshold="0.5" + :animation="150" + :swap-threshold="0.5" > <XVariable v-for="element in variables" diff --git a/packages/client/src/pages/settings/reaction.vue b/packages/client/src/pages/settings/reaction.vue index 78d7f0f0a5..ccd6703589 100644 --- a/packages/client/src/pages/settings/reaction.vue +++ b/packages/client/src/pages/settings/reaction.vue @@ -13,9 +13,9 @@ <VueDraggable v-model="reactions" class="zoaiodol" - animation="150" - delay="100" - delay-on-touch-only="true" + :animation="150" + :delay="100" + :delay-on-touch-only="true" @end="save" > <div