mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-26 02:06:10 +01:00
This commit is contained in:
parent
8c35440a77
commit
74b4a00a2f
42 changed files with 426 additions and 270 deletions
|
|
@ -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();
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue