mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-12-24 19:33:02 +03: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
fb90751ea6
commit
faa38a31b4
@ -343,7 +343,8 @@
|
||||
mode: 'markdown',
|
||||
tabMode: 'indent',
|
||||
tabindex: "2",
|
||||
lineWrapping: true
|
||||
lineWrapping: true,
|
||||
dragDrop: false
|
||||
});
|
||||
|
||||
var view = this;
|
||||
|
Loading…
Reference in New Issue
Block a user