Commit e76ef93f authored by yann300's avatar yann300

fix tab instanciation

parent 66e056a8
......@@ -53,9 +53,6 @@ module.exports = class RighthandPanel {
self._components.pluginManager.register(json, content)
})
self._components.pluginManager = new PluginManager(self._opts.pluginAPI, self._events)
self._components.tabbedMenu = new TabbedMenu(self._api, self._events)
self._view.dragbar = yo`<div id="dragbar" class=${css.dragbar}></div>`
self._view.element = yo`
<div id="righthand-panel" class=${css.righthandpanel}>
......
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