Skip to content

Commit

Permalink
Lint
Browse files Browse the repository at this point in the history
  • Loading branch information
katspaugh committed Jan 11, 2024
1 parent 5d7135d commit 231d4af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/renderer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -107,7 +107,7 @@ class Renderer extends EventEmitter<RendererEvents> {
this.resizeObserver = new ResizeObserver(() => {
delay()
.then(() => this.onContainerResize())
.catch(() => {})
.catch(() => undefined)
})
this.resizeObserver.observe(this.scrollContainer)
}
Expand Down

0 comments on commit 231d4af

Please sign in to comment.