commit | 5d1908eea07e351cfb131d7ac7f4d17fb5bf25d5 | [log] [tgz] |
---|---|---|
author | pineafan <pineapplefanyt@gmail.com> | Mon Feb 28 21:34:47 2022 +0000 |
committer | pineafan <pineapplefanyt@gmail.com> | Mon Feb 28 21:34:47 2022 +0000 |
tree | 747519a0ee3d79e6e091e3c40d58bb5aea41b934 | |
parent | 8b4b17f93e025f271215bcf140cc359214d774f6 [diff] [blame] |
purge work and general fixes
diff --git a/src/utils/confirmationMessage.ts b/src/utils/confirmationMessage.ts index 5464e31..7deb5f5 100644 --- a/src/utils/confirmationMessage.ts +++ b/src/utils/confirmationMessage.ts
@@ -61,6 +61,7 @@ } catch (e) { return false; // TODO: Check the type of the error; change the error message here } + component.deferUpdate(); return component.customId === "yes" }