From 52c44021259200671ea4f73784392f6b67f2d7a0 Mon Sep 17 00:00:00 2001 From: Ryan <43447928+Rmiller5466@users.noreply.github.com> Date: Tue, 17 Dec 2024 11:33:42 -0500 Subject: [PATCH] revert back to shift, pop breaks new folder redirect --- 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 4ca4efe8..5ca808a0 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.pop()?.close?.(); + this.prompts.shift()?.close?.(); }, // easily reset state using `$reset` clearLayout() {