mirror of
https://github.com/toeverything/AFFiNE.git
synced 2026-02-13 21:05:19 +00:00
@@ -57,7 +57,10 @@ export const SidebarSwitch = ({
|
||||
<IconButton
|
||||
tooltip={tooltipContent}
|
||||
tooltipShortcut={['$mod', '/']}
|
||||
tooltipOptions={{ side: open ? 'bottom' : 'right' }}
|
||||
tooltipOptions={{
|
||||
side: open ? 'bottom' : 'right',
|
||||
rootOptions: { delayDuration: 700 },
|
||||
}}
|
||||
className={className}
|
||||
size="24"
|
||||
style={{
|
||||
|
||||
Reference in New Issue
Block a user