1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-06-29 19:22:33 +02:00

add drag n drop to files explorer 🔥

This commit is contained in:
Kushagra Gour
2018-10-12 20:06:14 +05:30
parent 006a37f8ef
commit d3f06ac890
8 changed files with 332 additions and 114 deletions

@ -74,7 +74,6 @@ export default class UserCodeMirror extends Component {
initEditor() {
const { options, prefs } = this.props;
console.log(100, options);
this.cm = CodeMirror.fromTextArea(this.textarea, {
mode: options.mode,
lineNumbers: true,