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}
|
select={update}
|
||||||
serialize={String}
|
serialize={String}
|
||||||
popoutPosition="top"
|
popoutPosition="top"
|
||||||
|
closeOnSelect={false}
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Button
|
<Button
|
||||||
|
|
Reference in a new issue