fix input drag bug in executions

This commit is contained in:
Mutasem 2021-11-05 10:15:25 +01:00
parent 12569438f9
commit fc9123e77a

View file

@ -161,6 +161,7 @@ export const nodeBase = mixins(
type: inputName,
index,
},
enabled: !this.isReadOnly,
dragAllowedWhenFull: true,
dropOptions: {
tolerance: 'touch',