Skip to content

Commit

Permalink
typecast as KeyboardEvent, #1340
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Feb 8, 2022
1 parent 326d99c commit 2c65434
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/accessibility/voicing/InteractiveHighlighting.ts
Original file line number Diff line number Diff line change
Expand Up @@ -221,7 +221,6 @@ const InteractiveHighlighting = <SuperType extends Constructor>( Type: SuperType
for ( let i = 0; i < trailIds.length; i++ ) {
const display = this.displays[ trailIds[ i ] ];

// @ts-ignore // TODO: fixed once FocusManager is converted to typescript https://github.com/phetsims/scenery/issues/1340
display.focusManager.pointerHighlightsVisibleProperty.unlink( this._interactiveHighlightingEnabledListener );
delete this.displays[ trailIds[ i ] ];
}
Expand Down

0 comments on commit 2c65434

Please sign in to comment.