fix(key) Alt + G: replace path with "©"

This commit is contained in:
coderaiser 2016-05-11 19:45:06 +03:00
parent a71aa83150
commit 2a215481ba

View file

@ -479,8 +479,10 @@ var CloudCmd, Util, DOM;
break;
case Key.G:
if (alt)
if (alt) {
DOM.goToDirectory();
event.preventDefault();
}
break;