mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-05-16 17:10:53 +08:00
This commit is contained in:
parent
729d823d33
commit
5b78b96b64
@ -385,6 +385,7 @@ export const initKeyboardToolbar = () => {
|
|||||||
const type = buttonElement.getAttribute("data-type");
|
const type = buttonElement.getAttribute("data-type");
|
||||||
if (type === "done") {
|
if (type === "done") {
|
||||||
if (toolbarElement.clientHeight > 100) {
|
if (toolbarElement.clientHeight > 100) {
|
||||||
|
hideKeyboardToolbarUtil();
|
||||||
focusByRange(range);
|
focusByRange(range);
|
||||||
} else {
|
} else {
|
||||||
activeBlur();
|
activeBlur();
|
||||||
|
Loading…
Reference in New Issue
Block a user