Merge pull request #32 from JsSucks/css-editor

Merge
This commit is contained in:
Alexei Stukov 2018-01-21 11:28:27 +02:00 committed by GitHub
commit cb091b594d
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -20,6 +20,7 @@ class CSSEditor extends Module {
this.editor.focus();
this.editor.flashFrame(true);
o.reply(true);
return;
}
this.editor = new BrowserWindow(this.options);