Commit 29242fe9 authored by yann300's avatar yann300

standard

parent aa848acd
...@@ -59,7 +59,7 @@ class EditorPanel { ...@@ -59,7 +59,7 @@ class EditorPanel {
} }
}) })
} }
self._components.terminal.event.register('filterChanged', (type, value) => { self._components.terminal.event.register('filterChanged', (type, value) => {
this.event.trigger('terminalFilterChanged', [type, value]) this.event.trigger('terminalFilterChanged', [type, value])
}) })
......
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