We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d790f1 commit 6f4df54Copy full SHA for 6f4df54
ui/package.json
@@ -54,8 +54,7 @@
54
"vue-draggable-plus": "^0.6.0",
55
"vue-i18n": "^9.13.1",
56
"vue-router": "^4.2.4",
57
- "vue3-menus": "^1.1.2",
58
- "vuedraggable": "^4.1.0"
+ "vue3-menus": "^1.1.2"
59
},
60
"devDependencies": {
61
"@rushstack/eslint-patch": "^1.3.2",
ui/src/workflow/nodes/condition-node/index.vue
@@ -12,7 +12,6 @@
12
ref="el"
13
v-bind:modelValue="form_data.branch"
14
:disabled="form_data.branch === 2"
15
- :filter="'.no-drag'"
16
handle=".handle"
17
:animation="150"
18
ghostClass="ghost"
0 commit comments