diff --git a/src/components/Editor/prosemirror/index.tsx b/src/components/Editor/prosemirror/index.tsx index 5f76d364..9cb7b6b4 100644 --- a/src/components/Editor/prosemirror/index.tsx +++ b/src/components/Editor/prosemirror/index.tsx @@ -107,13 +107,5 @@ export const ProseMirror = (props: Props) => { [props.text, props.extensions] ) - return ( -
- ) + return
} diff --git a/src/utils/p2p.ts b/src/utils/p2p.ts index 18eafecf..ebad5938 100644 --- a/src/utils/p2p.ts +++ b/src/utils/p2p.ts @@ -16,7 +16,7 @@ export const roomConnect = ( filterBcConns: true, maxConns: 33, signaling: [ - // 'wss://signaling.discours.io', + 'wss://signaling.discours.io', // 'wss://stun.l.google.com:19302', 'wss://y-webrtc-signaling-eu.herokuapp.com', 'wss://signaling.yjs.dev'