Unverified Commit 8620c914 authored by yann300's avatar yann300 Committed by GitHub

readd debuggingRequested registration

parent df764cef
......@@ -15,6 +15,9 @@ module.exports = class TabbedMenu {
self._api = api
self._events = events
self._view = { el: null, viewport: null, tabs: {}, contents: {} }
events.app.register('debuggingRequested', () => {
self.selectTabByTitle('Debugger')
})
}
render () {
const self = this
......
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