Skip to content

Commit

Permalink
Delete incorrect interruption, see #356
Browse files Browse the repository at this point in the history
  • Loading branch information
samreid committed Aug 23, 2024
1 parent 9424e93 commit 83c7d08
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion js/common/view/MassView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -119,7 +119,6 @@ export default abstract class MassView extends Disposable {
} );

const endKeyboardInteraction = () => {
this.grabDragInteraction!.interrupt();

// BackgroundTargetEventListener calls mass.interruptedEmitter.emit(); on mouse/touch down to clean up interaction
// This interrupts keyboard interaction, so we must be graceful in case there was no keyboard interaction.
Expand Down

0 comments on commit 83c7d08

Please sign in to comment.