Skip to content

Commit b4cad30

Browse files
authored
FIXES ISSUE #4025 Issue with refreshing Search Bar in the pallete menu (#4035)
By these changes now the search widget and the palette menu opens simultaneously.
1 parent 8dd8c0a commit b4cad30

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

js/palette.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -330,8 +330,8 @@ class Palettes {
330330
if (this.mobile) {
331331
return;
332332
}
333-
334-
this.activity.hideSearchWidget(true);
333+
// In order to open the search widget and palette menu simulataneously
334+
// this.activity.hideSearchWidget(true);
335335
this.dict[name].showMenu(true);
336336
this.activePalette = name; // used to delete plugins
337337
}

0 commit comments

Comments
 (0)