replace tx blur with click handler

This commit is contained in:
Patrick Nagurny
2019-06-13 14:23:29 -04:00
parent 63a4f67c0c
commit ab85758c16
5 changed files with 53 additions and 73 deletions

View File

@@ -9,6 +9,5 @@ export class TxItem {
form: FormGroup;
balance: number;
editing: boolean;
preventBlur: boolean;
edit$: Subject<any>;
}