mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-06-27 22:36:00 +00:00
@@ -743,6 +743,13 @@ export const initKeyboardToolbar = () => {
|
||||
renderTextMenu(protyle, toolbarElement);
|
||||
showKeyboardToolbarUtil(oldScrollTop);
|
||||
window.JSAndroid?.hideKeyboard();
|
||||
setTimeout(() => {
|
||||
focusByRange(range);
|
||||
preventRender = true;
|
||||
setTimeout(() => {
|
||||
preventRender = false;
|
||||
}, 1000)
|
||||
}, Constants.TIMEOUT_TRANSITION);
|
||||
}
|
||||
return;
|
||||
} else if (type === "moveup") {
|
||||
|
||||
Reference in New Issue
Block a user