Skip to content

Commit f2bb597

Browse files
author
Cloud9
committed
Revert "[BACKLOG-1709] quick search should toggle between visible and invisible with CMD+F"
This reverts commit e2fdf7b.
1 parent 49ed814 commit f2bb597

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

client/ext/quicksearch/quicksearch.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -193,7 +193,7 @@ module.exports = ext.register("ext/quicksearch/quicksearch", {
193193
},
194194

195195
quicksearch : function(){
196-
this.toggleDialog(-1);
196+
this.toggleDialog(1);
197197
},
198198

199199
execSearch: function(close, backwards) {
@@ -244,7 +244,7 @@ module.exports = ext.register("ext/quicksearch/quicksearch", {
244244
},
245245

246246
find: function() {
247-
this.toggleDialog(-1);
247+
this.toggleDialog(1);
248248
return false;
249249
},
250250

0 commit comments

Comments
 (0)