From 194f73a9b79e19490723a721fb43fbebfe4c2fbe Mon Sep 17 00:00:00 2001 From: Nicholas Moen Date: Fri, 29 Sep 2023 23:35:15 -0600 Subject: [PATCH] chore: bug fixes and performance improvements --- assets/js/base/hooks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/assets/js/base/hooks.ts b/assets/js/base/hooks.ts index 81e2149a..0e625db0 100644 --- a/assets/js/base/hooks.ts +++ b/assets/js/base/hooks.ts @@ -36,7 +36,7 @@ class SimpleForm extends Hook { * the form data from being lost during unintentional navigation before the * form has been submitted. * - * TODO + * TO-DO: * - add 'data-confirm' attribute to all other links when shouldWarnOnExit() * evaluates to true, and remove the attribute when it evaluates to false */