mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-03-10 06:32:33 +01:00
This commit is contained in:
parent
b613bf3b34
commit
c089edf65f
4 changed files with 20 additions and 21 deletions
|
|
@ -202,7 +202,7 @@ export const initWindow = async (app: App) => {
|
|||
}
|
||||
});
|
||||
ipcRenderer.on(Constants.SIYUAN_SEND_WINDOWS, (e, ipcData: IWebSocketData) => {
|
||||
onWindowsMsg(ipcData);
|
||||
onWindowsMsg(ipcData, app);
|
||||
});
|
||||
ipcRenderer.on(Constants.SIYUAN_HOTKEY, (e, data) => {
|
||||
let matchCommand = false;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue