mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 15:16:27 +03: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:
parent
9dd4c74115
commit
8579ac63a2
@ -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({
|
||||
|
Loading…
Reference in New Issue
Block a user