Skip to content

Commit

Permalink
rename phet.joist.sim.display -> phet.joist.display, phetsims/joist#684
Browse files Browse the repository at this point in the history
  • Loading branch information
zepumph committed Jan 22, 2021
1 parent abd56c0 commit d27ac19
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions js/listeners/AnimatedPanZoomListener.js
Original file line number Diff line number Diff line change
Expand Up @@ -313,8 +313,8 @@ class AnimatedPanZoomListener extends PanZoomListener {
// on any keyboard reposition interrupt the middle press panning
this.cancelMiddlePress();

const displayAccessible = phet.joist.sim.display._accessible;
if ( !displayAccessible || !phet.joist.sim.display.accessibleDOMElement.contains( domEvent.target ) ) {
const displayAccessible = phet.joist.display._accessible;
if ( !displayAccessible || !phet.joist.display.accessibleDOMElement.contains( domEvent.target ) ) {
this.handleZoomCommands( domEvent );

// handle translation without worry of the pointer being attached because there is no pointer at this level
Expand Down

0 comments on commit d27ac19

Please sign in to comment.