mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-08 05:32:33 +01:00
This commit is contained in:
parent
8e60de66ee
commit
e731d888e9
2 changed files with 8 additions and 0 deletions
|
|
@ -17,6 +17,9 @@ export const onMessage = (app: App, data: IWebSocketData) => {
|
|||
case "setDefRefCount":
|
||||
setDefRefCount(data.data);
|
||||
break;
|
||||
case "reloadTag":
|
||||
window.siyuan.mobile.docks.tag?.update();
|
||||
break;
|
||||
case "setLocalShorthandCount":
|
||||
setLocalShorthandCount();
|
||||
break;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue