Web:Client:Fixed a jump in the list of files on the desktop when opening the createRoomDialog or invitePanel panels from the Info panel.

This commit is contained in:
Vlada Gazizova 2023-10-30 15:09:53 +03:00
parent 8b64561196
commit 55a9c05589

View File

@ -193,7 +193,7 @@ const InfoPanel = ({
return !isVisible ||
!canDisplay ||
anotherDialogOpen ||
(anotherDialogOpen && currentDeviceType !== DeviceType.desktop) ||
(currentDeviceType !== DeviceType.desktop && isMobileHidden)
? null
: currentDeviceType === DeviceType.mobile