shows scanned data - do not disable textarea
This commit is contained in:
parent
6d79a5da72
commit
5b8b94ec19
3 changed files with 3 additions and 18 deletions
|
|
@ -62,8 +62,7 @@ angular.module('copayApp.controllers').controller('importController',
|
|||
$scope.testnetEnabled = info.network == 'testnet' ? true : false;
|
||||
|
||||
$timeout(function() {
|
||||
$scope.words = null;
|
||||
$scope.dataFromQR = info.data;
|
||||
$scope.words = $scope.dataFromQR = info.data;
|
||||
$rootScope.$apply();
|
||||
}, 1);
|
||||
};
|
||||
|
|
|
|||
|
|
@ -895,12 +895,6 @@ ul.manage li {
|
|||
background-color: #1ABC9C;
|
||||
}
|
||||
|
||||
.lock-fromQR {
|
||||
position: absolute;
|
||||
width: 100%;
|
||||
margin-top: 20px;
|
||||
}
|
||||
|
||||
.tx-proposal i {
|
||||
padding: .1rem .3rem;
|
||||
background-color: #A5B2BF;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue