mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-04 08:38:34 +00:00
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:
@@ -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({
|
||||
|
||||
Reference in New Issue
Block a user