Fixed linter errors

This commit is contained in:
squidfunk
2023-08-21 17:56:11 +02:00
parent 38b7282b20
commit efdb146c30
7 changed files with 9 additions and 9 deletions

View File

@@ -78,7 +78,7 @@ const observer$ = defer(() => (
typeof ResizeObserver === "undefined"
? watchScript("https://unpkg.com/resize-observer-polyfill")
: of(undefined)
))
))
.pipe(
map(() => new ResizeObserver(entries => {
for (const entry of entries)