mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 18:00:18 +01:00
Made network spinner clickable
Opens network menu, for when network is unreachable. Fixes #279
This commit is contained in:
parent
76bd67a563
commit
c8706b5d6f
@ -19,6 +19,7 @@ Network.prototype.render = function() {
|
|||||||
if (networkNumber == 'loading') {
|
if (networkNumber == 'loading') {
|
||||||
return h('img', {
|
return h('img', {
|
||||||
title: 'Attempting to connect to blockchain.',
|
title: 'Attempting to connect to blockchain.',
|
||||||
|
onClick:(event) => this.props.onClick(event),
|
||||||
style: {
|
style: {
|
||||||
width: '27px',
|
width: '27px',
|
||||||
marginRight: '-27px'
|
marginRight: '-27px'
|
||||||
|
Loading…
Reference in New Issue
Block a user