🐛 Fix UI blocking with large workflows (#2053)

* fix reactivity bug

* Clean up props

* add comma

* clean up, reduce reactivity more

* ts issues
This commit is contained in:
Mutasem Aldmour
2021-08-07 09:35:59 +02:00
committed by GitHub
parent af230c704d
commit fa31c0c7b6
3 changed files with 15 additions and 5 deletions

View File

@@ -57,6 +57,7 @@ export const nodeBase = mixins(
'nodeId',
'instance',
'isReadOnly',
'isActive',
],
methods: {
__addNode (node: INodeUi) {