mirror of
https://github.com/zulip/zulip.git
synced 2025-11-14 19:06:09 +00:00
message_list_tooltips: Fix observer type.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
committed by
Tim Abbott
parent
bb174e9b64
commit
cc7b667d57
@@ -157,7 +157,7 @@ export function initialize(): void {
|
|||||||
});
|
});
|
||||||
|
|
||||||
// message reaction tooltip showing who reacted.
|
// message reaction tooltip showing who reacted.
|
||||||
let observer: MutationObserver;
|
let observer: MutationObserver | undefined;
|
||||||
message_list_tooltip(".message_reaction", {
|
message_list_tooltip(".message_reaction", {
|
||||||
delay: INTERACTIVE_HOVER_DELAY,
|
delay: INTERACTIVE_HOVER_DELAY,
|
||||||
placement: "bottom",
|
placement: "bottom",
|
||||||
|
|||||||
Reference in New Issue
Block a user