TryGhost
OSS
Ghost
Sign in / Sign up
Open main menu
Ghost
GitHub
Overview
Runs
Analytics
Loading workspace stats
Loading workspace insights...
Statistics interval
7 days
30 days
Latest CI Pipeline Executions
Status
Fix filter
Filter
Fuzzy
Filter range
Sort by
Sort by
Start time
Sort ascending
Sort descending
Succeeded
comments-ui-listener-option-typing
fd5b088a Removed redundant passive option from removeEventListener calls in comments-ui passive is not a valid removeEventListener option (EventListenerOptions only accepts capture) and is ignored on removal. The paired addEventListener calls all use {passive: true} with no capture, so the matching removals only need capture=false, which is the default. Dropping the third argument entirely removes the need for the as any / as EventListenerOptions casts across all 8 listener removals.
by Steve Larson
S
Previous page
Previous
Next
Next page