Close texteditor in filemanager on ESC
This commit is contained in:
@@ -866,7 +866,8 @@ app.controller('FileManagerController', ['$scope', '$translate', '$timeout', 'Cl
|
||||
event.preventDefault();
|
||||
$scope.$apply($scope.actionSelectAll);
|
||||
} else if(event.key === 'Escape') {
|
||||
$scope.$apply(function () { $scope.selected = []; });
|
||||
if ($scope.textEditor.visible) return $scope.textEditor.maybeClose();
|
||||
else $scope.$apply(function () { $scope.selected = []; });
|
||||
}
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user