mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-22 00:06:09 +01:00
🎨 Clean code
This commit is contained in:
parent
d26972d96a
commit
3b9cae1c03
4 changed files with 11 additions and 17 deletions
|
|
@ -446,12 +446,12 @@ export const popTextCell = (protyle: IProtyle, cellElements: HTMLElement[], type
|
|||
updateCellValueByInput(protyle, type, blockElement, cellElements);
|
||||
avMaskElement?.remove();
|
||||
}
|
||||
}
|
||||
};
|
||||
avMaskElement.addEventListener("click", (event) => {
|
||||
removeAvMask(event)
|
||||
removeAvMask(event);
|
||||
});
|
||||
avMaskElement.addEventListener("contextmenu", (event) => {
|
||||
removeAvMask(event)
|
||||
removeAvMask(event);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue