From 9d490a66f367a374205e03c088e28c994ef05515 Mon Sep 17 00:00:00 2001 From: Jesse Date: Thu, 25 Apr 2024 21:14:15 -0400 Subject: [PATCH] remove dragEmitter, replace with dragAction, see https://github.com/phetsims/scenery/issues/1570 --- js/listeners/KeyboardDragListener.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/js/listeners/KeyboardDragListener.ts b/js/listeners/KeyboardDragListener.ts index 64cfb7429..0140b76f0 100644 --- a/js/listeners/KeyboardDragListener.ts +++ b/js/listeners/KeyboardDragListener.ts @@ -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.