Fixes #286
This commit is contained in:
parent
9ed0ec43ec
commit
33bd133ab9
1 changed files with 1 additions and 0 deletions
|
@ -121,6 +121,7 @@ require([
|
|||
|
||||
command.on("app:minimize", function() {
|
||||
frame.minimize();
|
||||
editor.focus();
|
||||
});
|
||||
|
||||
command.on("app:maximize", function() {
|
||||
|
|
Loading…
Reference in a new issue