GUAC-1293: Focus files on click. Download or change directory on double-click.

This commit is contained in:
Michael Jumper
2015-08-13 11:57:52 -07:00
parent 169be87239
commit 56d35a84d8
3 changed files with 15 additions and 3 deletions

View File

@@ -23,7 +23,7 @@
<!-- Parent directory -->
<div class="list-item directory previous" ng-show="filesystem.currentDirectory.parent">
<div class="caption" ng-click="changeDirectory(filesystem.currentDirectory.parent)">
<div class="caption" ng-dblclick="changeDirectory(filesystem.currentDirectory.parent)">
<div class="icon"></div>..
</div>
</div>