mirror of
https://github.com/chinchang/web-maker.git
synced 2025-07-13 10:06:23 +02:00
some mroe fixes for detached mode. fixes #92
This commit is contained in:
@ -912,6 +912,9 @@ customEditorFontInput, cssSettingsModal, cssSettingsBtn, acssSettingsTextarea
|
||||
};
|
||||
window.onunload = function() {
|
||||
saveCode('code');
|
||||
if (scope.detachedWindow) {
|
||||
scope.detachedWindow.close();
|
||||
}
|
||||
};
|
||||
|
||||
function cleanupErrors(lang) {
|
||||
|
Reference in New Issue
Block a user