Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
  • Loading branch information
Vanessa219 committed Oct 3, 2023
1 parent 11cc108 commit f6a8ca2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/protyle/render/av/col.ts
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit f6a8ca2

Please sign in to comment.