mirror of
https://github.com/zen-browser/components.git
synced 2025-07-07 21:49:59 +02:00
Fix flashBar duration after merge
This commit is contained in:
parent
253f9c2728
commit
c8d641a01b
1 changed files with 1 additions and 1 deletions
|
@ -144,7 +144,7 @@ var gZenCompactModeManager = {
|
|||
];
|
||||
},
|
||||
|
||||
flashSidebar(duration = this.flashSidebarDuration) {
|
||||
flashSidebar(duration = lazyCompactMode.COMPACT_MODE_FLASH_DURATION) {
|
||||
let tabPanels = document.getElementById('tabbrowser-tabpanels');
|
||||
if (!tabPanels.matches("[zen-split-view='true']")) {
|
||||
this.flashElement(this.sidebar, duration, this.sidebar.id);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue