mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-20 13:31:12 +02:00
refactor
This commit is contained in:
@@ -701,9 +701,9 @@ settingsBtn, onboardModal, notificationsBtn, onboardShowInTabOptionBtn, onboardD
|
|||||||
createPreviewFile(result[0], result[1], result[2]);
|
createPreviewFile(result[0], result[1], result[2]);
|
||||||
});
|
});
|
||||||
}
|
}
|
||||||
codeInPreview.html = scope.cm.html.getValue();
|
codeInPreview.html = currentCode.html;
|
||||||
codeInPreview.css = scope.cm.css.getValue();
|
codeInPreview.css = currentCode.css;
|
||||||
codeInPreview.js = scope.cm.js.getValue();
|
codeInPreview.js = currentCode.js;
|
||||||
};
|
};
|
||||||
|
|
||||||
function saveFile() {
|
function saveFile() {
|
||||||
|
Reference in New Issue
Block a user