mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-27 11:58:49 +01:00
This commit is contained in:
parent
6214ce5aac
commit
8ad84ec6f7
1 changed files with 2 additions and 2 deletions
|
|
@ -684,8 +684,6 @@ ${unicode2Emoji(emoji.unicode)}</button>`;
|
|||
nodeElement.querySelectorAll("colgroup col").forEach((item: HTMLElement) => {
|
||||
item.style.minWidth = "60px";
|
||||
});
|
||||
} else if (nodeElement.classList.contains("av")) {
|
||||
avRender(nodeElement);
|
||||
}
|
||||
transaction(protyle, [{
|
||||
data: oldHTML,
|
||||
|
|
@ -723,6 +721,8 @@ ${unicode2Emoji(emoji.unicode)}</button>`;
|
|||
window.siyuan.menus.menu.element.querySelectorAll("input")[0].focus();
|
||||
} else if (value === "---") {
|
||||
focusBlock(nodeElement);
|
||||
} else if (nodeElement.classList.contains("av")) {
|
||||
avRender(nodeElement);
|
||||
} else {
|
||||
focusByWbr(nodeElement, range);
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue