Vanessa 2023-04-10 19:19:23 +08:00
parent 729d823d33
commit 5b78b96b64

View File

@ -385,6 +385,7 @@ export const initKeyboardToolbar = () => {
const type = buttonElement.getAttribute("data-type");
if (type === "done") {
if (toolbarElement.clientHeight > 100) {
hideKeyboardToolbarUtil();
focusByRange(range);
} else {
activeBlur();