set language to auto on file drop

main
briandennis 7 years ago committed by Brian Dennis
parent e3d2646885
commit 11aebe9add

@ -202,7 +202,7 @@ class Editor extends React.Component {
backgroundMode: 'image' backgroundMode: 'image'
}) })
} else { } else {
this.setState({ code: file.content }) this.setState({ code: file.content, language: 'auto' })
} }
}} }}
> >

Loading…
Cancel
Save