mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-07-21 03:56:23 +08:00
feat(core): make some tabs in sidebar persistent for all docs page (#10014)
close AF-2164 
This commit is contained in:
@@ -73,7 +73,7 @@ const ViewIsland = ({
|
||||
);
|
||||
}
|
||||
|
||||
const [island] = useState<Island>(createIsland());
|
||||
const [island] = useState<Island>(createIsland);
|
||||
|
||||
useEffect(() => {
|
||||
setter(prev => ({ ...prev, [id]: island }));
|
||||
|
||||
Reference in New Issue
Block a user