feat(core): set the right sidebar to display TOC by default (#6503)

https://github.com/toeverything/AFFiNE/assets/102217452/e37ee798-0b22-4ad4-8bf7-ed32eafc89d0
This commit is contained in:
JimmFly 2024-04-11 10:04:39 +00:00
parent 9dd4c74115
commit 8579ac63a2
No known key found for this signature in database
GPG Key ID: 14A6F56854E1BED7

View File

@ -45,6 +45,7 @@ export const MultiTabSidebarHeaderSwitcher = ({
useEffect(() => {
const journalExtension = tabs.find(ext => ext.name === 'journal');
isJournal && journalExtension && setActiveTabName('journal');
!isJournal && setActiveTabName('outline');
}, [tabs, isJournal, setActiveTabName]);
const vars = assignInlineVars({