fix
This commit is contained in:
parent
3cb7c393ec
commit
fa3a6c1dd5
|
|
@ -25,7 +25,6 @@ const timeout = {
|
|||
};
|
||||
export const editorWS = async (p: PG) => {
|
||||
if (p.ws && p.ws.readyState === p.ws.OPEN) {
|
||||
console.log("Cancelling reconnect, ws still open");
|
||||
return;
|
||||
}
|
||||
const render = () => {
|
||||
|
|
|
|||
Loading…
Reference in New Issue