mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-03 15:28:49 +01:00
This commit is contained in:
parent
6994eda9c3
commit
ce836a2457
1 changed files with 4 additions and 4 deletions
|
|
@ -104,10 +104,10 @@ const siyuanApp = new App();
|
|||
|
||||
// https://github.com/siyuan-note/siyuan/issues/8441
|
||||
window.reconnectWebSocket = () => {
|
||||
window.siyuan.ws.ws.send("ping");
|
||||
window.siyuan.mobile.files.ws.send("ping");
|
||||
window.siyuan.mobile.editor.protyle.ws.ws.send("ping");
|
||||
window.siyuan.mobile.popEditor.protyle.ws.ws.send("ping");
|
||||
window.siyuan.ws.send("ping", {});
|
||||
window.siyuan.mobile.files.send("ping", {});
|
||||
window.siyuan.mobile.editor.protyle.ws.send("ping", {});
|
||||
window.siyuan.mobile.popEditor.protyle.ws.send("ping", {});
|
||||
};
|
||||
window.goBack = goBack;
|
||||
window.showKeyboardToolbar = (height) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue