mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 09:26:54 -06:00
Merge pull request #268 from tms/vanishing-search
Prevent event bubbling on search toggles to keep dropdown open
This commit is contained in:
commit
5058b8d284
@ -7,10 +7,10 @@
|
||||
<li class='heading'>
|
||||
{{name}}
|
||||
{{#if more}}
|
||||
<a href='#' class='filter' {{action moreOfType type target="view"}}>{{i18n show_more}}</a>
|
||||
<a href='#' class='filter' {{action moreOfType type target="view" bubbles=false}}>{{i18n show_more}}</a>
|
||||
{{else}}
|
||||
{{#if view.showCancelFilter}}
|
||||
<a href='#' class='filter' {{action cancelType target="view"}}><i class='icon icon-remove-sign'></i></a>
|
||||
<a href='#' class='filter' {{action cancelType target="view" bubbles=false}}><i class='icon icon-remove-sign'></i></a>
|
||||
{{/if}}
|
||||
{{/if}}
|
||||
</li>
|
||||
|
Loading…
Reference in New Issue
Block a user