mirror of
https://github.com/kremalicious/metamask-extension.git
synced 2024-11-22 09:57:02 +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') {
|
||||
return h('img', {
|
||||
title: 'Attempting to connect to blockchain.',
|
||||
onClick:(event) => this.props.onClick(event),
|
||||
style: {
|
||||
width: '27px',
|
||||
marginRight: '-27px'
|
||||
|
Loading…
Reference in New Issue
Block a user