fix(editor): Setup push connection in NodeView (no-changelog) (#7821)

This commit is contained in:
कारतोफ्फेलस्क्रिप्ट™
2023-11-27 12:48:48 +01:00
committed by GitHub
parent 75a5807c72
commit 2807ddcd0d
3 changed files with 12 additions and 3 deletions

View File

@@ -149,6 +149,7 @@ export const usePushConnectionStore = defineStore(STORES.PUSH, () => {
isConnectionOpen,
addEventListener,
pushConnect,
pushDisconnect,
send,
};
});