mirror of
https://gitcode.com/GitHub_Trending/ji/jitsi-meet.git
synced 2026-05-19 12:37:49 +00:00
fix(device-picker) Close the picker when the other one opens (#13091)
This commit is contained in:
@@ -67,6 +67,7 @@ function AudioSettingsPopup({
|
||||
return (
|
||||
<div className = 'audio-preview'>
|
||||
<Popover
|
||||
allowClick = { true }
|
||||
content = { <AudioSettingsContent
|
||||
currentMicDeviceId = { currentMicDeviceId }
|
||||
currentOutputDeviceId = { currentOutputDeviceId }
|
||||
|
||||
@@ -57,6 +57,7 @@ function VideoSettingsPopup({
|
||||
return (
|
||||
<div className = 'video-preview'>
|
||||
<Popover
|
||||
allowClick = { true }
|
||||
content = { <VideoSettingsContent
|
||||
currentCameraDeviceId = { currentCameraDeviceId }
|
||||
setVideoInputDevice = { setVideoInputDevice }
|
||||
|
||||
Reference in New Issue
Block a user