mirror of
https://github.com/hydra-synth/hydra.git
synced 2025-12-19 13:19:58 +01:00
added events to toolbars
This commit is contained in:
@@ -6,6 +6,7 @@ module.exports = class Editor extends Component {
|
||||
constructor (id, state, emit) {
|
||||
super(id)
|
||||
this.local = state.components[id] = {}
|
||||
state.editor = this // hacky way fo sharing editor to rest of app
|
||||
this.emit = emit
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user