mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-02-08 00:04:21 +01:00
This commit is contained in:
parent
cc99943cfd
commit
606e7d8d25
1 changed files with 1 additions and 1 deletions
|
|
@ -683,7 +683,7 @@ export const initKeyboardToolbar = () => {
|
|||
hideKeyboardToolbarUtil();
|
||||
focusByRange(range);
|
||||
} else {
|
||||
document.activeElement.blur();
|
||||
(document.activeElement as HTMLElement)?.blur();
|
||||
buttonElement.classList.add("protyle-toolbar__item--current");
|
||||
toolbarElement.querySelector('.keyboard__action[data-type="done"] use').setAttribute("xlink:href", "#iconCloseRound");
|
||||
const oldScrollTop = protyle.contentElement.scrollTop;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue