Skip to content
Snippets Groups Projects
Commit e2a87421 authored by Martin Schoeler's avatar Martin Schoeler
Browse files

fix search bar clean

parent 225624bd
No related merge requests found
......@@ -190,6 +190,10 @@ Template.toolbar.events({
}
},
'blur .toolbar-search__input'() {
toolbarSearch.clear();
},
'click .toolbar-search__input'() {
toolbarSearch.shortcut = false;
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment