diff --git a/web/src/bootstrap_typeahead.ts b/web/src/bootstrap_typeahead.ts index 5209340889..df1e00a238 100644 --- a/web/src/bootstrap_typeahead.ts +++ b/web/src/bootstrap_typeahead.ts @@ -845,8 +845,7 @@ export class Typeahead { e.stopPropagation(); // Refresh the typeahead menu to account for any changes in the // input position by asking popper to recompute your tooltip's position. - // eslint-disable-next-line @typescript-eslint/no-floating-promises - this.instance?.popperInstance?.update(); + void this.instance?.popperInstance?.update(); } }