Don't hide/collapse tab bar while tab switching

This commit is contained in:
YUKI Hiroshi 2014-11-11 18:15:28 +09:00
parent ca21663eb5
commit 2d098719dc

View File

@ -65,7 +65,9 @@ BrowserUIShowHideObserver.prototype = {
'hidden',
'collapsed',
'moz-collapsed', // Used in full screen mode
'disablechrome'
'disablechrome',
'width',
'height'
]
});
},