mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
feat(core): make some tabs in sidebar persistent for all docs page (#10014)
close AF-2164 
This commit is contained in:
@@ -49,7 +49,11 @@ export const DatePicker = (props: DatePickerProps) => {
|
||||
}, []);
|
||||
|
||||
return (
|
||||
<div className={styles.calendarRoot} style={variables}>
|
||||
<div
|
||||
className={styles.calendarRoot}
|
||||
style={variables}
|
||||
data-testid="date-picker-calendar"
|
||||
>
|
||||
<Component
|
||||
cursor={cursor}
|
||||
{...finalProps}
|
||||
|
||||
Reference in New Issue
Block a user