From 2a2303d1dccc120dd7aa5f6b6ade0f89e0064850 Mon Sep 17 00:00:00 2001
From: Jake Vanderwerf <get@jakevanderwerf.ca>
Date: Tue, 25 Nov 2025 07:42:23 +0000
Subject: [PATCH] =Feed block mostly good! Referrals look good to go. Ready for Madi and Heidi to approve

---
 assets/js/dash/Modal.js |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/assets/js/dash/Modal.js b/assets/js/dash/Modal.js
index 346dc03..39d345f 100644
--- a/assets/js/dash/Modal.js
+++ b/assets/js/dash/Modal.js
@@ -51,6 +51,7 @@
 
 		this.a11y.announce(this.options.closeMessage);
 		this.modal.close();
+		this.isOpen = false;
 
 
 		// Remove this modal from the stack

--
Gitblit v1.10.0