mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-16 17:46:45 +00:00
fix(editor): Close Push connection in NodeView v2 (no-changelog) (#10762)
This commit is contained in:
committed by
GitHub
parent
e56dabd63a
commit
0e814eb99c
@@ -1536,7 +1536,10 @@ onBeforeUnmount(() => {
|
||||
removeImportEventBindings();
|
||||
removeExecutionOpenedEventBindings();
|
||||
unregisterCustomActions();
|
||||
collaborationStore.terminate();
|
||||
if (!isDemoRoute.value) {
|
||||
collaborationStore.terminate();
|
||||
pushConnectionStore.pushDisconnect();
|
||||
}
|
||||
});
|
||||
</script>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user