Disable websocket in sheets

This commit is contained in:
Andrew Kingston 2023-03-30 08:52:22 +01:00
parent b7bea0556c
commit aaa0f1a7a0
1 changed files with 1 additions and 1 deletions

View File

@ -90,7 +90,7 @@
export const getContext = () => context
// Initialise websocket for multi-user
onMount(() => createWebsocket(context))
// onMount(() => createWebsocket(context))
</script>
<div