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