Skip to content

Commit

Permalink
remove dragEmitter, replace with dragAction, see #1570
Browse files Browse the repository at this point in the history
  • Loading branch information
jessegreenberg committed Apr 26, 2024
1 parent fc05769 commit 9d490a6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/listeners/KeyboardDragListener.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ import PickOptional from '../../../phet-core/js/types/PickOptional.js';
import platform from '../../../phet-core/js/platform.js';
import StrictOmit from '../../../phet-core/js/types/StrictOmit.js';
import { EnabledComponentOptions } from '../../../axon/js/EnabledComponent.js';
import Emitter from '../../../axon/js/Emitter.js';

// 'shift' is not included in any list of keys because we don't want the KeyboardListener to be 'pressed' when only
// the shift key is down. State of the shift key is tracked by the globalKeyStateTracker.
Expand Down

0 comments on commit 9d490a6

Please sign in to comment.