mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-28 17:20:13 +02:00
add more stuff
This commit is contained in:
@@ -190,7 +190,6 @@ export default class ContentWrap extends Component {
|
||||
}
|
||||
|
||||
createPreviewFile(html, css, js) {
|
||||
console.log(999);
|
||||
const shouldInlineJs =
|
||||
!window.webkitRequestFileSystem || !window.IS_EXTENSION;
|
||||
var contents = this.getCompleteHtml(html, css, shouldInlineJs ? js : null);
|
||||
|
Reference in New Issue
Block a user