mirror of
https://github.com/n8n-io/n8n.git
synced 2025-03-05 20:50:17 -08:00
fix input drag bug in executions
This commit is contained in:
parent
12569438f9
commit
fc9123e77a
|
@ -161,6 +161,7 @@ export const nodeBase = mixins(
|
||||||
type: inputName,
|
type: inputName,
|
||||||
index,
|
index,
|
||||||
},
|
},
|
||||||
|
enabled: !this.isReadOnly,
|
||||||
dragAllowedWhenFull: true,
|
dragAllowedWhenFull: true,
|
||||||
dropOptions: {
|
dropOptions: {
|
||||||
tolerance: 'touch',
|
tolerance: 'touch',
|
||||||
|
|
Loading…
Reference in a new issue