mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
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:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user