Vanessa 2023-12-17 12:17:22 +08:00
parent 97af8f874b
commit 0dde702ba6
5 changed files with 30 additions and 15 deletions

View file

@ -215,11 +215,6 @@ export const initWindow = async (app: App) => {
if (getSelection().rangeCount > 0) {
focusByRange(getSelection().getRangeAt(0));
}
exportLayout({
reload: false,
onlyData: false,
errorExit: false
});
window.siyuan.altIsPressed = false;
window.siyuan.ctrlIsPressed = false;
window.siyuan.shiftIsPressed = false;