This commit is contained in:
Thomas Wilburn 2014-08-21 08:13:07 -07:00
parent 9ed0ec43ec
commit 33bd133ab9

View file

@ -121,6 +121,7 @@ require([
command.on("app:minimize", function() {
frame.minimize();
editor.focus();
});
command.on("app:maximize", function() {