0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-10 23:36:14 -05:00

Merge pull request #460 from cobbspur/dropfile

stops image/file drop onto editor markdown causing havoc
This commit is contained in:
Hannah Wolfe 2013-08-19 13:43:59 -07:00
commit 375aab9424

View file

@ -343,7 +343,8 @@
mode: 'markdown',
tabMode: 'indent',
tabindex: "2",
lineWrapping: true
lineWrapping: true,
dragDrop: false
});
var view = this;