Skip to content

Commit

Permalink
Merge pull request BoostIO#330 from BoostIO/feature-dragDrop-svg
Browse files Browse the repository at this point in the history
dragged svg file is turns not into xml text
  • Loading branch information
asmsuechan authored Mar 18, 2017
2 parents 41a5858 + af0fdb9 commit 2903788
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions browser/components/CodeEditor.js
Original file line number Diff line number Diff line change
Expand Up @@ -55,6 +55,7 @@ export default class CodeEditor extends React.Component {
indentWithTabs: this.props.indentType !== 'space',
keyMap: this.props.keyMap,
inputStyle: 'textarea',
dragDrop: false,
extraKeys: {
Tab: function (cm) {
if (cm.somethingSelected()) cm.indentSelection('add')
Expand Down

0 comments on commit 2903788

Please sign in to comment.