mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 911530 - Junior style buttons not appearing after swiping autocomplete window away. r=mbrubeck
This commit is contained in:
parent
03b6b33d5c
commit
1c448e1725
@ -184,6 +184,7 @@ var ContextUI = {
|
||||
// Dismiss the navbar if visible.
|
||||
dismissNavbar: function dismissNavbar() {
|
||||
if (!BrowserUI.isStartTabVisible) {
|
||||
Elements.autocomplete.closePopup();
|
||||
Elements.navbar.dismiss();
|
||||
ContentAreaObserver.updateContentArea();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user