diff --git a/ui/package.json b/ui/package.json index 4e297da73..f50c4742b 100644 --- a/ui/package.json +++ b/ui/package.json @@ -54,8 +54,7 @@ "vue-draggable-plus": "^0.6.0", "vue-i18n": "^9.13.1", "vue-router": "^4.2.4", - "vue3-menus": "^1.1.2", - "vuedraggable": "^4.1.0" + "vue3-menus": "^1.1.2" }, "devDependencies": { "@rushstack/eslint-patch": "^1.3.2", diff --git a/ui/src/workflow/nodes/condition-node/index.vue b/ui/src/workflow/nodes/condition-node/index.vue index f5044ae95..ef57df15d 100644 --- a/ui/src/workflow/nodes/condition-node/index.vue +++ b/ui/src/workflow/nodes/condition-node/index.vue @@ -12,7 +12,6 @@ ref="el" v-bind:modelValue="form_data.branch" :disabled="form_data.branch === 2" - :filter="'.no-drag'" handle=".handle" :animation="150" ghostClass="ghost"