mirror of
https://github.com/toeverything/AFFiNE.git
synced 2025-01-03 21:12:22 +03:00
fix(core): remove duplicate windows controls when right sidebar is expanded (#6480)
close TOV-786
This commit is contained in:
parent
8bcc89f8fc
commit
5064ef2a94
@ -72,7 +72,7 @@ export const RouteContainer = ({ route }: Props) => {
|
||||
onToggle={handleToggleRightSidebar}
|
||||
/>
|
||||
)}
|
||||
{isWindowsDesktop && (
|
||||
{isWindowsDesktop && !rightSidebarOpen && (
|
||||
<div className={styles.windowsAppControlsContainer}>
|
||||
<WindowsAppControls />
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user