@ -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}"