From 84b3edcd0bf15ac50b15cd5a0507659eb4d2afe4 Mon Sep 17 00:00:00 2001 From: Alex Dima Date: Wed, 22 Feb 2017 22:58:02 +0100 Subject: [PATCH] commit changes to monaco.d.ts --- src/vs/monaco.d.ts | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/vs/monaco.d.ts b/src/vs/monaco.d.ts index 7fc0c5c27f6..8961290a72f 100644 --- a/src/vs/monaco.d.ts +++ b/src/vs/monaco.d.ts @@ -1344,7 +1344,7 @@ declare module monaco.editor { * Controls if the editor should allow to move selections via drag and drop. * Defaults to false. */ - enableDragAndDrop?: boolean; + dragAndDrop?: boolean; /** * Enable the suggestion box to pop-up on trigger characters. * Defaults to true. @@ -1622,7 +1622,7 @@ declare module monaco.editor { readonly autoClosingBrackets: boolean; readonly useTabStops: boolean; readonly tabFocusMode: boolean; - readonly enableDragAndDrop: boolean; + readonly dragAndDrop: boolean; readonly layoutInfo: boolean; readonly fontInfo: boolean; readonly viewInfo: IViewConfigurationChangedEvent; -- GitLab