Backed out changeset c5f52ea7e7d0 (bug 1857634) for causing failures in test_fxview_tab_list.html

This commit is contained in:
Noemi Erli
2023-12-12 22:39:33 +02:00
parent 04ead7cd7c
commit 3e946ffda9
8 changed files with 33 additions and 205 deletions

View File

@@ -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() {