From 75064829530fbbb095450e6c95beacc4ff97b768 Mon Sep 17 00:00:00 2001 From: Ryan <43447928+Rmiller5466@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:26:50 -0500 Subject: [PATCH] revert prompts shift to pop --- frontend/src/stores/layout.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/src/stores/layout.ts b/frontend/src/stores/layout.ts index 5ca808a0..4ca4efe8 100644 --- a/frontend/src/stores/layout.ts +++ b/frontend/src/stores/layout.ts @@ -75,7 +75,7 @@ export const useLayoutStore = defineStore("layout", { }); }, closeHovers() { - this.prompts.shift()?.close?.(); + this.prompts.pop()?.close?.(); }, // easily reset state using `$reset` clearLayout() {