Skip to content

Commit

Permalink
over lap issue resolved (#3502)
Browse files Browse the repository at this point in the history
  • Loading branch information
khadar1020 authored Jan 1, 2024
1 parent 7c924b9 commit 3fa57e6
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions js/palette.js
Original file line number Diff line number Diff line change
Expand Up @@ -410,6 +410,7 @@ class Palettes {
// eslint-disable-next-line no-unused-vars
row.onclick = (event) => {
if (name == "search") {
this._hideMenus();
this.activity.showSearchWidget();
} else {
this.showPalette(name);
Expand Down

0 comments on commit 3fa57e6

Please sign in to comment.