Allow multiple folder to be open at once (#9242)
This commit is contained in:
@ -1,6 +0,0 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const activeFavoriteFolderIdState = atom<string | null>({
|
||||
key: 'activeFavoriteFolderIdState',
|
||||
default: null,
|
||||
});
|
||||
@ -0,0 +1,6 @@
|
||||
import { atom } from 'recoil';
|
||||
|
||||
export const openFavoriteFolderIdsState = atom<string[]>({
|
||||
key: 'openFavoriteFolderIdsState',
|
||||
default: [],
|
||||
});
|
||||
Reference in New Issue
Block a user