buddy list: Use user-list-arrow class.

Using a more specific class avoids confusion related
to the .arrow class, which is not only a popover concept,
but also a Zulip concept in the left sidebar.
This commit is contained in:
Steve Howell
2019-03-01 19:27:15 +00:00
committed by Tim Abbott
parent 0551b36053
commit 0a848e412f
5 changed files with 22 additions and 14 deletions

View File

@@ -792,7 +792,7 @@ exports.register_click_handlers = function () {
e.preventDefault();
});
$('#user_presences').on('click', 'span.arrow', function (e) {
$('#user_presences').on('click', '.user-list-arrow', function (e) {
e.stopPropagation();
// use email of currently selected user, rather than some elem comparison,