mirror of
https://github.com/zulip/zulip.git
synced 2025-11-06 23:13:25 +00:00
tooltips: Fix status-emoji tooltip for user-card popover.
This tooltip seems to have been broken when #user_info_popover was renamed to the user card popover.
This commit is contained in:
committed by
Tim Abbott
parent
865f886f56
commit
6caacbcd07
@@ -503,7 +503,7 @@ export function initialize(): void {
|
||||
});
|
||||
|
||||
delegate("body", {
|
||||
target: "#user_info_popover .status-emoji",
|
||||
target: ".user-card-status-text .status-emoji",
|
||||
appendTo: () => document.body,
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user