mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 18:12:04 +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:
@@ -57,6 +57,7 @@ export const nodeBase = mixins(
|
||||
'nodeId',
|
||||
'instance',
|
||||
'isReadOnly',
|
||||
'isActive',
|
||||
],
|
||||
methods: {
|
||||
__addNode (node: INodeUi) {
|
||||
|
||||
Reference in New Issue
Block a user