mirror of
https://github.com/zulip/zulip.git
synced 2025-11-15 03:11:54 +00:00
tooltip: Refactor recipient_bar_icon tooltip tooltip in message feed.
This commit refactors the `message_list_tooltip` for `recipient_bar_icon` tooltip in message feed and scope it to `message_feed_container` class. This is a preparatory commit for PR #30313.
This commit is contained in:
committed by
Tim Abbott
parent
0587855210
commit
3d8fac370e
@@ -278,7 +278,7 @@ export function initialize(): void {
|
||||
},
|
||||
});
|
||||
|
||||
message_list_tooltip(".recipient_bar_icon", {
|
||||
message_list_tooltip("#message_feed_container .recipient_bar_icon", {
|
||||
delay: LONG_HOVER_DELAY,
|
||||
onHidden(instance) {
|
||||
instance.destroy();
|
||||
|
||||
Reference in New Issue
Block a user