revert back to shift, pop breaks new folder redirect
parent
7506482953
commit
52c4402125
|
@ -75,7 +75,7 @@ export const useLayoutStore = defineStore("layout", {
|
|||
});
|
||||
},
|
||||
closeHovers() {
|
||||
this.prompts.pop()?.close?.();
|
||||
this.prompts.shift()?.close?.();
|
||||
},
|
||||
// easily reset state using `$reset`
|
||||
clearLayout() {
|
||||
|
|
Loading…
Reference in New Issue