mirror of
https://github.com/siyuan-note/siyuan.git
synced 2025-12-31 22:08:48 +01:00
This commit is contained in:
parent
11cc108893
commit
f6a8ca20cd
1 changed files with 1 additions and 1 deletions
|
|
@ -191,7 +191,7 @@ export const bindEditEvent = (options: { protyle: IProtyle, data: IAV, menuEleme
|
|||
}
|
||||
});
|
||||
|
||||
const tplElement = options.menuElement.querySelector('[data-type="updateTemplate"]') as HTMLTextAreaElement
|
||||
const tplElement = options.menuElement.querySelector('[data-type="updateTemplate"]') as HTMLTextAreaElement;
|
||||
if (tplElement) {
|
||||
tplElement.addEventListener("blur", () => {
|
||||
const newValue = tplElement.value;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue