mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 16:58:49 +01:00
This commit is contained in:
parent
859e19d755
commit
49168d9d6e
1 changed files with 1 additions and 1 deletions
|
|
@ -440,7 +440,7 @@ export const popTextCell = (protyle: IProtyle, cellElements: HTMLElement[], type
|
|||
});
|
||||
}
|
||||
avMaskElement.addEventListener("click", (event) => {
|
||||
if ((event.target as HTMLElement).classList.contains("av__mask")) {
|
||||
if ((event.target as HTMLElement).classList.contains("av__mask") && document.activeElement.tagName !== "TEXTAREA") {
|
||||
updateCellValueByInput(protyle, type, blockElement, cellElements);
|
||||
avMaskElement?.remove();
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue