Commit 68322486 authored by LianaHus's avatar LianaHus

standart fixes

parent 3aafa18c
...@@ -56,7 +56,7 @@ class EditorPanel { ...@@ -56,7 +56,7 @@ class EditorPanel {
self._components.contextView.hide() self._components.contextView.hide()
self._view.mainPanel.style.display = 'block' self._view.mainPanel.style.display = 'block'
} }
self.appManager.event.on('ensureActivated', (name) => { if (name === 'home') { showApp(name) }}) self.appManager.event.on('ensureActivated', (name) => { if (name === 'home') { showApp(name) } })
/* /*
We listen here on event from the tab component to display / hide the editor and mainpanel We listen here on event from the tab component to display / hide the editor and mainpanel
depending on the content that should be displayed depending on the content that should be displayed
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment