fix: notebookbar, tablets: sidebar toggle icons not visible in online browser
Signed-off-by: Rash419 <rashesh.padia@collabora.com> Change-Id: I5ea588e8e9b5b7e189b9d762435b69f3ed399f9c
This commit is contained in:
parent
5fe6d503c8
commit
4ae16e5ce8
1 changed files with 1 additions and 1 deletions
|
@ -220,7 +220,7 @@ L.Control.Notebookbar = L.Control.extend({
|
|||
if (this._showNotebookbar === false)
|
||||
this.hideTabs();
|
||||
|
||||
if (window.mode.isDesktop() || (window.ThisIsAMobileApp && window.mode.isTablet()))
|
||||
if (window.mode.isDesktop() || window.mode.isTablet())
|
||||
this.createOptionsSection();
|
||||
|
||||
this.scrollToLastPositionIfNeeded();
|
||||
|
|
Loading…
Reference in a new issue