[Registry] Clear input and working buttons (#3563)

* onClick to onTouchTap #3556

* onClick to onTouchTap 2 #3556

* Registry dApp clear input + check Signer #3557
This commit is contained in:
Nicolas Gotchac
2016-11-21 20:44:37 +01:00
committed by Jaco Greeff
parent 8a1b585da2
commit 5735d948f5
11 changed files with 50 additions and 17 deletions

View File

@@ -174,7 +174,7 @@ export default class LoadContract extends Component {
const secondaryText = description || `Saved ${moment(timestamp).fromNow()}`;
const remove = removable
? (
<IconButton onClick={ onDelete }>
<IconButton onTouchTap={ onDelete }>
<DeleteIcon />
</IconButton>
)