Vanessa 2023-12-09 17:52:10 +08:00
parent 73505073e6
commit 47b66562a6
3 changed files with 9 additions and 3 deletions

View file

@ -53,6 +53,7 @@ export const openNewWindowById = (id: string, options: windowOptions = {}) => {
}
};
if (response.data.rootID === id) {
json.children.action = Constants.CB_GET_SCROLL;
/// #if !BROWSER
ipcRenderer.send(Constants.SIYUAN_OPEN_WINDOW, {
position: options.position,