fix(ScreenShare): don't close audio dropdown on select
This commit is contained in:
parent
453e72b47f
commit
379861616b
1 changed files with 1 additions and 0 deletions
|
@ -582,6 +582,7 @@ function AudioSourcePickerLinux({
|
|||
select={update}
|
||||
serialize={String}
|
||||
popoutPosition="top"
|
||||
closeOnSelect={false}
|
||||
/>
|
||||
|
||||
<Button
|
||||
|
|
Reference in a new issue