mirror of
https://github.com/mozilla/gecko-dev.git
synced 2024-10-31 22:25:30 +00:00
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:
parent
487ecd14d0
commit
481431d905
@ -27,7 +27,6 @@ function VariablesViewLink(props) {
|
||||
onClick: openVariablesView.bind(null, object),
|
||||
className: "cm-variable",
|
||||
draggable: false,
|
||||
href: "#"
|
||||
}, children)
|
||||
);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user