mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 10:31:15 +00:00
🐛 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:
@@ -26,6 +26,7 @@
|
||||
:name="nodeData.name"
|
||||
:isReadOnly="isReadOnly"
|
||||
:instance="instance"
|
||||
:isActive="!!activeNode && activeNode.name === nodeData.name"
|
||||
></node>
|
||||
</div>
|
||||
</div>
|
||||
|
||||
Reference in New Issue
Block a user