update: file manager select color

This commit is contained in:
Usman Nasir
2020-10-22 16:15:40 +05:00
parent e4e633d920
commit b815d10600
6 changed files with 36 additions and 30 deletions

View File

@@ -199,4 +199,8 @@ fileManager.controller('editFileCtrl', function ($scope, $http, $window) {
};
$scope.closeWindow = function () {
window.close();
};
});