Commit 3840aee8 authored by yann300's avatar yann300

fix pluginmanager

parent 06e81ca8
......@@ -77,7 +77,7 @@ module.exports = class RighthandPanel {
var tab = new PluginTab(json)
var content = tab.render()
self._components.tabbedMenu.addTab(json.title, json.title + ' plugin', content)
self.pluginManager.register(json, content)
self._components.pluginManager.register(json, content)
}
self._view.dragbar = yo`<div id="dragbar" class=${css.dragbar}></div>`
......
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