mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
b=748509; [android] selecting current tab stops rendering; r=blassey
This commit is contained in:
parent
dd430b981a
commit
a900813e5d
@ -437,6 +437,9 @@ var BrowserApp = {
|
||||
},
|
||||
|
||||
set selectedTab(aTab) {
|
||||
if (this._selectedTab == aTab)
|
||||
return;
|
||||
|
||||
if (this._selectedTab)
|
||||
this._selectedTab.setActive(false);
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user