Add modal root to compose form clickable area

This commit is contained in:
Alex Gleason 2020-04-20 18:52:12 -05:00
parent 0ec8e39051
commit 84c769c5f6
No known key found for this signature in database
GPG key ID: 7211D1F99744FBB7

View file

@ -110,6 +110,7 @@ class ComposeForm extends ImmutablePureComponent {
this.getClickableArea(),
document.querySelector('.privacy-dropdown__dropdown'),
document.querySelector('.emoji-picker-dropdown__menu'),
document.querySelector('.modal-root__overlay'),
].some(element => element && element.contains(e.target));
}