Merge pull request #11364 from ramonlsouza/issue-11338
Fix webcam video dropdown collapse after expanding
This commit is contained in:
commit
eddc3f0e1e
@ -161,7 +161,7 @@ class Dropdown extends Component {
|
||||
if (parentElement) parentElement.focus();
|
||||
}
|
||||
|
||||
if (keepOpen !== false) return;
|
||||
if (keepOpen === true) return;
|
||||
this.handleHide();
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user