mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-19 11:01:15 +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();
|
removeImportEventBindings();
|
||||||
removeExecutionOpenedEventBindings();
|
removeExecutionOpenedEventBindings();
|
||||||
unregisterCustomActions();
|
unregisterCustomActions();
|
||||||
collaborationStore.terminate();
|
if (!isDemoRoute.value) {
|
||||||
|
collaborationStore.terminate();
|
||||||
|
pushConnectionStore.pushDisconnect();
|
||||||
|
}
|
||||||
});
|
});
|
||||||
</script>
|
</script>
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user