Bug 1296729 - New console frontend: Use a button instead of a link for the VariableViewLink. r=me

--HG--
extra : rebase_source : e60498dbe9fc24b39af0ba14f7e1245f0a53a63d
This commit is contained in:
Nicolas Chevobbe 2016-08-19 21:09:28 +02:00
parent 487ecd14d0
commit 481431d905

View File

@ -27,7 +27,6 @@ function VariablesViewLink(props) {
onClick: openVariablesView.bind(null, object),
className: "cm-variable",
draggable: false,
href: "#"
}, children)
);
}