remove livestream enabled
This commit is contained in:
parent
66fe78e5f1
commit
f5ef6cdd57
1 changed files with 1 additions and 1 deletions
|
@ -221,7 +221,7 @@ function SideNavigation(props: Props) {
|
|||
const isAbsolute = isOnFilePage || isMediumScreen;
|
||||
const isMobile = useIsMobile();
|
||||
|
||||
const menuCanCloseCompletey = livestreamEnabled || isOnFilePage || isMobile;
|
||||
const menuCanCloseCompletey = isOnFilePage || isMobile;
|
||||
const hideMenuFromView = menuCanCloseCompletey && !sidebarOpen;
|
||||
|
||||
const [canDisposeMenu, setCanDisposeMenu] = React.useState(false);
|
||||
|
|
Loading…
Reference in a new issue