pull/1/head
LianaHus 6 years ago
parent 761f05e1a3
commit 6fd8c35cae
  1. 1
      src/app.js
  2. 4
      src/app/components/vertical-icons-component.js

@ -439,7 +439,6 @@ Please make a backup of your contracts and start using http://remix.ethereum.org
...appManager.plugins()
])
framingService.start(appStore, swapPanelApi, verticalIconsApi, mainPanelApi, this._components.resizeFeature)
// The event listener needs to be registered as early as possible, because the

@ -218,9 +218,9 @@ class VerticalIconComponent {
render () {
let home = yo`
<div
class="${css.icon}"
class="${css.homeIcon}"
onclick="${(e) => {
this._iconClick(name)
this._iconClick(this.homeProfile.name)
globalRegistry.get('appManager').api.ensureActivated('home')
}}"
plugin="${this.homeProfile.name}" title="${this.homeProfile.displayName}"

Loading…
Cancel
Save