🐛 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

@@ -26,6 +26,7 @@
:name="nodeData.name"
:isReadOnly="isReadOnly"
:instance="instance"
:isActive="!!activeNode && activeNode.name === nodeData.name"
></node>
</div>
</div>