mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-10 23:36:14 -05:00
stops image/file drop onto editor markdown causing havoc
closes #391 - added dragDrop falsey value to codemirror instance
This commit is contained in:
parent
111191d63f
commit
a7feb04894
1 changed files with 2 additions and 1 deletions
|
@ -343,7 +343,8 @@
|
|||
mode: 'markdown',
|
||||
tabMode: 'indent',
|
||||
tabindex: "2",
|
||||
lineWrapping: true
|
||||
lineWrapping: true,
|
||||
dragDrop: false
|
||||
});
|
||||
|
||||
var view = this;
|
||||
|
|
Loading…
Add table
Reference in a new issue