mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-12-23 09:52:26 +01:00
Fix propagation
This commit is contained in:
parent
f6cc6c6271
commit
97ab48ba0d
@ -40,7 +40,7 @@ TokenCell.prototype.render = function () {
|
||||
|
||||
TokenCell.prototype.send = function (address, event) {
|
||||
event.preventDefault()
|
||||
event.stopPropagation
|
||||
event.stopPropagation()
|
||||
const url = tokenFactoryFor(address)
|
||||
if (url) {
|
||||
navigateTo(url)
|
||||
|
Loading…
Reference in New Issue
Block a user