diff --git a/js/palette.js b/js/palette.js index a3a92d1f26..24d56578ce 100644 --- a/js/palette.js +++ b/js/palette.js @@ -330,8 +330,8 @@ class Palettes { if (this.mobile) { return; } - - this.activity.hideSearchWidget(true); + // In order to open the search widget and palette menu simulataneously + // this.activity.hideSearchWidget(true); this.dict[name].showMenu(true); this.activePalette = name; // used to delete plugins }