Skip to content
This repository was archived by the owner on Sep 6, 2021. It is now read-only.

Commit 8bcebea

Browse files
committed
Merge pull request #3242 from adobe/pflynn/fix-file-dragdrop
Fix bug #3239 (Dragging a file onto Brackets to open it is broken on Win)
2 parents 2c1616a + 7411976 commit 8bcebea

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/editor/Editor.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -360,7 +360,7 @@ define(function (require, exports, module) {
360360
lineWrapping: _wordWrap,
361361
styleActiveLine: _styleActiveLine,
362362
matchBrackets: true,
363-
dragDrop: true,
363+
dragDrop: false,
364364
extraKeys: codeMirrorKeyMap,
365365
autoCloseBrackets: _closeBrackets,
366366
autoCloseTags: {

0 commit comments

Comments
 (0)