Backed out changeset c5f52ea7e7d0 (bug 1857634) for causing failures in test_fxview_tab_list.html
This commit is contained in:
@@ -481,15 +481,15 @@ class OpenTabsInViewCard extends ViewPageContent {
|
||||
}
|
||||
|
||||
viewVisibleCallback() {
|
||||
this.getRootNode().host.toggleVisibilityInCardContainer(true);
|
||||
if (this.tabList) {
|
||||
this.tabList.visible = true;
|
||||
}
|
||||
}
|
||||
|
||||
viewHiddenCallback() {
|
||||
this.getRootNode().host.toggleVisibilityInCardContainer(true);
|
||||
}
|
||||
|
||||
firstUpdated() {
|
||||
this.getRootNode().host.toggleVisibilityInCardContainer(true);
|
||||
if (this.tabList) {
|
||||
this.tabList.visible = false;
|
||||
}
|
||||
}
|
||||
|
||||
render() {
|
||||
|
||||
Reference in New Issue
Block a user