signaling-test
This commit is contained in:
parent
c39eaf6e93
commit
7a79bb7e86
|
@ -107,13 +107,5 @@ export const ProseMirror = (props: Props) => {
|
|||
[props.text, props.extensions]
|
||||
)
|
||||
|
||||
return (
|
||||
<div
|
||||
style={props.style}
|
||||
ref={editorRef}
|
||||
class={props.class}
|
||||
spell-check={false}
|
||||
data-tauri-drag-region="true"
|
||||
/>
|
||||
)
|
||||
return <div style={props.style} ref={editorRef} class={props.class} spell-check={false} />
|
||||
}
|
||||
|
|
|
@ -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'
|
||||
|
|
Loading…
Reference in New Issue
Block a user