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, type: inputName,
index, index,
}, },
enabled: !this.isReadOnly,
dragAllowedWhenFull: true, dragAllowedWhenFull: true,
dropOptions: { dropOptions: {
tolerance: 'touch', tolerance: 'touch',