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:
@ -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,
|
||||
|
Reference in New Issue
Block a user