X-Git-Url: http://git.scottworley.com/vopamoi/blobdiff_plain/7b57440781029bab8be76950847e36e7a2303cf6..8ca3cda9da4db4ac0bd05462b54e04fabbf75451:/vopamoi.ts diff --git a/vopamoi.ts b/vopamoi.ts index 151a9e4..04c5d41 100644 --- a/vopamoi.ts +++ b/vopamoi.ts @@ -199,6 +199,7 @@ const BrowserUI = { const task = input.parentElement!; const oldDescription = task.getAttribute("data-description")!; const newDescription = input.value; + input.removeEventListener("blur", BrowserUI.completeEdit); task.removeChild(task.children[0]); task.removeAttribute("data-description"); task.focus();