We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 87b1b4d + 0e8a6ab commit ffdca8eCopy full SHA for ffdca8e
1 file changed
src/stores/localFS.ts
@@ -265,6 +265,7 @@ export const useLocalFS = create<LocalFSState>()(
265
fsObject
266
) => {
267
delete parentDirectory.contents[fsObject.name];
268
+ get().removeFromFavorites(fsObject.path);
269
set({ root: get().root });
270
};
271
0 commit comments