mirror of
https://github.com/siyuan-note/siyuan.git
synced 2026-01-06 00:38:49 +01:00
This commit is contained in:
parent
9a9d42b078
commit
b91432f996
1 changed files with 0 additions and 4 deletions
|
|
@ -307,10 +307,6 @@ ${html || genSelectItemHTML("empty")}`;
|
|||
setRelationCell(options.protyle, options.blockElement as HTMLElement, currentElement, options.cellElements);
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
} else if (event.key === "Escape") {
|
||||
options.menuElement.parentElement.remove();
|
||||
event.preventDefault();
|
||||
event.stopPropagation();
|
||||
}
|
||||
});
|
||||
inputElement.addEventListener("input", (event: InputEvent) => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue