1
0
mirror of https://github.com/chinchang/web-maker.git synced 2025-07-16 19:46:19 +02:00

render file preview iframe in subdomain

This commit is contained in:
Kushagra Gour
2019-01-29 18:16:17 +05:30
parent fe9891354f
commit 53533bf09a
5 changed files with 143 additions and 6 deletions

View File

@@ -244,8 +244,6 @@ export default class CodeEditor extends Component {
}
async initEditor() {
console.log('init editor');
this.editorReadyDeferred = deferred();
await this.loadDeps();