This commit is contained in:
parent
821a58d895
commit
277e75f5d1
1 changed files with 2 additions and 1 deletions
|
@ -541,7 +541,8 @@ export class Background {
|
|||
} else {
|
||||
this.addTags(inputElement.value, protyle);
|
||||
}
|
||||
window.siyuan.menus.menu.remove();
|
||||
inputElement.value = "";
|
||||
inputElement.dispatchEvent(new CustomEvent("input"))
|
||||
} else if (event.key === "Escape") {
|
||||
window.siyuan.menus.menu.remove();
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue