1
0
mirror of https://github.com/BoostIo/Boostnote synced 2025-12-14 02:06:29 +00:00

dragged svg file is turns not into xml text

This commit is contained in:
Sosuke Suzuki
2017-03-18 13:44:35 +09:00
parent 3dc1b59753
commit c80a26fe0b

View File

@@ -69,7 +69,8 @@ export default class CodeEditor extends React.Component {
'Cmd-T': function (cm) { 'Cmd-T': function (cm) {
// Do nothing // Do nothing
} }
} },
dragDrop: false
}) })
this.setMode(this.props.mode) this.setMode(this.props.mode)