mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-22 09:30:14 +01:00
This commit is contained in:
parent
8985c9b3a9
commit
0ee6f5299e
6 changed files with 14 additions and 27 deletions
|
|
@ -282,7 +282,7 @@ export const initWindow = (app: App) => {
|
|||
action: [Constants.CB_GET_FOCUS, Constants.CB_GET_CONTEXT, Constants.CB_GET_ROOTSCROLL],
|
||||
zoomIn: focus,
|
||||
});
|
||||
ipcRenderer.send(Constants.SIYUAN_SHOW);
|
||||
ipcRenderer.send(Constants.SIYUAN_CMD, "show");
|
||||
}
|
||||
app.plugins.forEach(plugin => {
|
||||
plugin.eventBus.emit("open-siyuan-url-block", {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue