Merge pull request #1167 from thelounge/astorije/fix-userlist-search

Fix user list search not responding to clicks on search results
This commit is contained in:
Jérémie Astori 2017-05-14 01:20:01 -04:00 committed by GitHub
commit 085feb606e
1 changed files with 1 additions and 1 deletions

View File

@ -1,5 +1,5 @@
<div class="user-mode user-mode-search">
{{#each matches}}
<span role="button" class="{{original.className}}">{{{string}}}</span>
<span role="button" class="{{original.className}}" data-name="{{original.dataset.name}}">{{{string}}}</span>
{{/each}}
</div>