1
0
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:
Dan Finlay 2017-06-20 08:01:00 -07:00
parent f6cc6c6271
commit 97ab48ba0d

View File

@ -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)