Skip to content
Snippets Groups Projects
Unverified Commit 096556a7 authored by Zh4rsiest's avatar Zh4rsiest Committed by GitHub
Browse files

Dropdown component.jsx update

On mobile if you clicked on a user or your own user to set their status, the tethered modal would keep it's z-index, which would prevent the user from interacting with anything because the tethered modal would overlap the whole site.
parent 6f60324a
No related branches found
No related tags found
No related merge requests found
......@@ -161,7 +161,7 @@ class Dropdown extends Component {
if (parentElement) parentElement.focus();
}
if (keepOpen !== null) return;
if (keepOpen !== false) return;
this.handleHide();
}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment