Skip to content
Snippets Groups Projects
Commit 4a459fac authored by Karl Prieb's avatar Karl Prieb
Browse files

clean toolbar search input on enter

parent eaf2e1fd
No related merge requests found
......@@ -108,6 +108,9 @@ Template.messagePopup.onCreated ->
template.enterValue()
if template.data.cls is 'search-results-list'
template.input.value = ''
event.preventDefault()
event.stopPropagation()
return
......
......@@ -72,5 +72,3 @@ const mobileMessageMenu = {
};
this.mobileMessageMenu = mobileMessageMenu;
console.log('mobileMessageMenu');
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