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:
Rash419 2022-09-16 13:14:15 +05:30 committed by Rashesh Padia
parent 5fe6d503c8
commit 4ae16e5ce8

View file

@ -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();