stops image/file drop onto editor markdown causing havoc

closes #391

 - added dragDrop falsey value to codemirror instance
This commit is contained in:
cobbspur 2013-08-19 20:23:44 +01:00
parent fb90751ea6
commit faa38a31b4

View File

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