added a missing return if editor is already open.
This commit is contained in:
parent
7add5afc30
commit
6f9f005ed9
|
@ -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);
|
||||
|
|
Loading…
Reference in New Issue