Fix the send search bg, mcc icon coloring, pre-auth header.
This commit is contained in:
parent
9b643003a1
commit
0d4fd06bcc
5 changed files with 86 additions and 21 deletions
|
|
@ -133,7 +133,7 @@ angular.module('copayApp.controllers').controller('tabSendController', function(
|
|||
};
|
||||
|
||||
$scope.searchBlurred = function() {
|
||||
if ($scope.formData.search == null) {
|
||||
if ($scope.formData.search == null || $scope.formData.search.length == 0) {
|
||||
$scope.searchFocus = false;
|
||||
}
|
||||
};
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue