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"
     }