Skip to content

Commit

Permalink
directly do search
Browse files Browse the repository at this point in the history
when query terms are entered via the top bar text input
  • Loading branch information
peterstadler committed Nov 10, 2024
1 parent a371ec4 commit 0ad3949
Showing 1 changed file with 3 additions and 5 deletions.
8 changes: 3 additions & 5 deletions app/view/desktop/Desktop.js
Original file line number Diff line number Diff line change
Expand Up @@ -198,13 +198,11 @@ Ext.define('EdiromOnline.view.desktop.Desktop', {
me.addWindow(win);
win.show();

}else if(win != me.getActiveWindow())
}else {
win.show();

else
win.hide();
}

//win.doSearch(term);
win.doSearch(term);
},

getSizeAndPosition: function(maxWidth, maxHeight) {
Expand Down

0 comments on commit 0ad3949

Please sign in to comment.