1Hive / transactions-app

Atomic transactions for minting or transferring tokens

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

New pastes stop working after sending transactions

sembrestels opened this issue · comments

commented

The paste from a spreadsheet feature stops working after performing a send. This is because we set up the onPaste event modifying DOM directly.

We should probably avoid that, but it's difficult because we are adding an event listener to the input of a LocalIdentitiesAutoComplete component.