mirror of
https://github.com/TryGhost/Ghost.git
synced 2025-02-17 23:44:39 -05:00
Merge pull request #460 from cobbspur/dropfile
stops image/file drop onto editor markdown causing havoc
This commit is contained in:
commit
375aab9424
1 changed files with 2 additions and 1 deletions
|
@ -343,7 +343,8 @@
|
||||||
mode: 'markdown',
|
mode: 'markdown',
|
||||||
tabMode: 'indent',
|
tabMode: 'indent',
|
||||||
tabindex: "2",
|
tabindex: "2",
|
||||||
lineWrapping: true
|
lineWrapping: true,
|
||||||
|
dragDrop: false
|
||||||
});
|
});
|
||||||
|
|
||||||
var view = this;
|
var view = this;
|
||||||
|
|
Loading…
Add table
Reference in a new issue