зеркало из https://github.com/mozilla/pjs.git
Bug 709485 - Fix browser sizing after toggling the sidebar in tablet mode [r=mfinkle, a=javascript]
This commit is contained in:
Родитель
908d705d2b
Коммит
8650456bf3
|
@ -59,7 +59,7 @@ var TabletSidebar = {
|
|||
|
||||
hide: function hide() {
|
||||
Elements.urlbarState.setAttribute("tablet_sidebar", "false");
|
||||
ViewableAreaObserver.update();
|
||||
ViewableAreaObserver.update({ setIgnoreTabletSidebar: false });
|
||||
},
|
||||
|
||||
/**
|
||||
|
|
Загрузка…
Ссылка в новой задаче