Skip to content

Commit

Permalink
Port @gijsk's fix from jdashg#10.
Browse files Browse the repository at this point in the history
  • Loading branch information
bwinton committed Jun 3, 2016
1 parent c343baa commit 2726327
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions vertical-tabbrowser.xml
Original file line number Diff line number Diff line change
Expand Up @@ -243,6 +243,9 @@
switch (aEvent.type) {
case 'load':
this.updateVisibility();
if (typeof TabsInTitlebar._updateOnInit != 'undefined') {
TabsInTitlebar.init();
}
break;
case 'resize':
if (aEvent.target !== window) {
Expand Down

0 comments on commit 2726327

Please sign in to comment.