dependencies: Upgrade JavaScript dependencies.

Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
Anders Kaseorg
2024-10-03 16:30:52 -07:00
committed by Tim Abbott
parent 7bd0df408d
commit 7bd5ec28ae
14 changed files with 2910 additions and 2728 deletions

View File

@@ -266,8 +266,7 @@ export function initialize(): void {
message_list_tooltip(".message-list .message-time", {
onShow(instance) {
const $time_elem = $(instance.reference);
// eslint-disable-next-line @typescript-eslint/consistent-type-assertions
const $row = $time_elem.closest(".message_row") as JQuery;
const $row = $time_elem.closest(".message_row");
assert(message_lists.current !== undefined);
const message = message_lists.current.get(rows.id($row))!;
// Don't show time tooltip for locally echoed message.