revert back to shift, pop breaks new folder redirect
This commit is contained in:
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
Block a user