mirror of
https://github.com/zulip/zulip.git
synced 2025-11-16 03:41:58 +00:00
tsconfig: Enable noUncheckedIndexedAccess.
Signed-off-by: Anders Kaseorg <anders@zulip.com>
This commit is contained in:
@@ -25,7 +25,7 @@ $(() => {
|
||||
}
|
||||
|
||||
$.fn.get_offset_to_window = function () {
|
||||
return this[0].getBoundingClientRect();
|
||||
return this[0]!.getBoundingClientRect();
|
||||
};
|
||||
|
||||
$.fn.expectOne = function () {
|
||||
|
||||
Reference in New Issue
Block a user