From 6c5aadb0c2cd7d8bf182a3888b8f00d2a56a967b Mon Sep 17 00:00:00 2001 From: Peng Lyu Date: Mon, 4 Mar 2019 09:01:18 -0800 Subject: [PATCH] Re#69258. Another typo. --- src/vs/editor/contrib/dnd/dnd.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/vs/editor/contrib/dnd/dnd.ts b/src/vs/editor/contrib/dnd/dnd.ts index 6016641bcf5..a716d8fa10d 100644 --- a/src/vs/editor/contrib/dnd/dnd.ts +++ b/src/vs/editor/contrib/dnd/dnd.ts @@ -64,7 +64,7 @@ export class DragAndDropController implements editorCommon.IEditorContribution { this._removeDecoration(); this._dragSelection = null; this._mouseDown = false; - this._modiferPressed = false; + this._modifierPressed = false; } private onEditorKeyDown(e: IKeyboardEvent): void { -- GitLab