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
Reference in a new issue