space added

pull/2398/head
Aniket-Engg 3 years ago
parent b9429e2133
commit 7615896d8a
  1. 2
      apps/remix-ide/src/app/panels/tab-proxy.js

@ -153,7 +153,7 @@ export class TabProxy extends Plugin {
displayName,
() => this.emit('switchApp', name),
() => {
if(name === 'home' && this.loadedTabs.length === 1 && this.loadedTabs[0].id === "home") {
if (name === 'home' && this.loadedTabs.length === 1 && this.loadedTabs[0].id === "home") {
const files = Object.keys(this.editor.sessions)
files.forEach(filepath => this.editor.discard(filepath))
}

Loading…
Cancel
Save