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) {
|
TokenCell.prototype.send = function (address, event) {
|
||||||
event.preventDefault()
|
event.preventDefault()
|
||||||
event.stopPropagation
|
event.stopPropagation()
|
||||||
const url = tokenFactoryFor(address)
|
const url = tokenFactoryFor(address)
|
||||||
if (url) {
|
if (url) {
|
||||||
navigateTo(url)
|
navigateTo(url)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user