revert back to shift, pop breaks new folder redirect

pull/3537/head
Ryan 2024-12-17 11:33:42 -05:00
parent 7506482953
commit 52c4402125
1 changed files with 1 additions and 1 deletions

View File

@ -75,7 +75,7 @@ export const useLayoutStore = defineStore("layout", {
});
},
closeHovers() {
this.prompts.pop()?.close?.();
this.prompts.shift()?.close?.();
},
// easily reset state using `$reset`
clearLayout() {