Vanessa 2023-06-01 14:56:21 +08:00
parent 8c35440a77
commit 74b4a00a2f
42 changed files with 426 additions and 270 deletions

View file

@ -96,13 +96,13 @@ class App {
handleTouchEnd(this, event);
}, false);
});
promiseTransactions();
promiseTransactions(this);
}
}
const siyuanApp = new App();
window.goBack = goBack;
window.goBack = goBack.apply(siyuanApp);
window.showKeyboardToolbar = (height) => {
document.getElementById("keyboardToolbar").setAttribute("data-keyboardheight", (height ? height : window.innerHeight / 2 - 42).toString());
showKeyboardToolbar();