mirror of
https://github.com/zulip/zulip.git
synced 2025-11-02 21:13:36 +00:00
tippy: Add delay for recipient bar icons.
This commit adds a long hover delay [750,20] to recipient bar icons. Doing this prevents the situation when the tippy tooltips are left floating when the icons suddenly disappear as you enter the topics according to the organization settings and the references are removed. Adding an additional delay ensures that the icons disappear and then the tooltips appear.
This commit is contained in:
committed by
Tim Abbott
parent
e54f920549
commit
f46f557109
@@ -416,6 +416,7 @@ export function initialize() {
|
||||
});
|
||||
|
||||
message_list_tooltip([".recipient_bar_icon"], {
|
||||
delay: LONG_HOVER_DELAY,
|
||||
onHidden(instance) {
|
||||
instance.destroy();
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user