This commit is contained in:
parent
87d0733342
commit
f781d2d183
1 changed files with 1 additions and 1 deletions
|
@ -250,7 +250,7 @@ export const bindEditEvent = (options: {
|
|||
options.menuElement.parentElement.remove();
|
||||
}
|
||||
});
|
||||
|
||||
nameElement.select();
|
||||
const tplElement = options.menuElement.querySelector('[data-type="updateTemplate"]') as HTMLTextAreaElement;
|
||||
if (tplElement) {
|
||||
tplElement.addEventListener("blur", () => {
|
||||
|
|
Loading…
Add table
Reference in a new issue