Skip to content

Commit 6f4df54

Browse files
fix: draggable issue
1 parent 9d790f1 commit 6f4df54

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

ui/package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -54,8 +54,7 @@
5454
"vue-draggable-plus": "^0.6.0",
5555
"vue-i18n": "^9.13.1",
5656
"vue-router": "^4.2.4",
57-
"vue3-menus": "^1.1.2",
58-
"vuedraggable": "^4.1.0"
57+
"vue3-menus": "^1.1.2"
5958
},
6059
"devDependencies": {
6160
"@rushstack/eslint-patch": "^1.3.2",

ui/src/workflow/nodes/condition-node/index.vue

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,6 @@
1212
ref="el"
1313
v-bind:modelValue="form_data.branch"
1414
:disabled="form_data.branch === 2"
15-
:filter="'.no-drag'"
1615
handle=".handle"
1716
:animation="150"
1817
ghostClass="ghost"

0 commit comments

Comments
 (0)