Skip to content

Commit e2fdf7b

Browse files
Rendezgiannis
authored andcommitted
[BACKLOG-1709] quick search should toggle between visible and invisible with CMD+F
1 parent acc5b9e commit e2fdf7b

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
@@ -191,7 +191,7 @@ module.exports = ext.register("ext/quicksearch/quicksearch", {
191191
},
192192

193193
quicksearch : function(){
194-
this.toggleDialog(1);
194+
this.toggleDialog(-1);
195195
},
196196

197197
execSearch: function(close, backwards) {
@@ -242,7 +242,7 @@ module.exports = ext.register("ext/quicksearch/quicksearch", {
242242
},
243243

244244
find: function() {
245-
this.toggleDialog(1);
245+
this.toggleDialog(-1);
246246
return false;
247247
},
248248

0 commit comments

Comments
 (0)