mirror of
https://github.com/discourse/discourse.git
synced 2025-02-08 04:18:23 +00:00
Connector actions are already added as properties of the generated component, but they were not bound. Using them like `{{on "click" this.someAction"}}` and trying to access `this` would not work as expected. This commit binds all actions to the component generated component instance.