Skip to content

Commit

Permalink
Merge pull request RocketChat#299 from shubhsherl/fix_search
Browse files Browse the repository at this point in the history
Fix room search issue in mobile
  • Loading branch information
ear-dev authored May 29, 2020
2 parents 25cba99 + 37ea5d4 commit 40e29d8
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/ui-utils/client/lib/menu.js
Original file line number Diff line number Diff line change
Expand Up @@ -171,6 +171,7 @@ export const menu = new class extends EventEmitter {
FlowRouter.withReplaceState(function() {
FlowRouter.go('/home');
});
Session.set('openSearchPage', false);
}));

this.list = $('.rooms-list');
Expand Down

0 comments on commit 40e29d8

Please sign in to comment.