mirror of
https://github.com/flarum/core.git
synced 2025-08-06 00:17:31 +02:00
Work on composer, early implementation of replying
This commit is contained in:
9
ember/app/components/ui/controls/text-editor.js
Normal file
9
ember/app/components/ui/controls/text-editor.js
Normal file
@@ -0,0 +1,9 @@
|
||||
import Ember from 'ember';
|
||||
|
||||
export default Ember.Component.extend({
|
||||
actions: {
|
||||
save: function() {
|
||||
this.sendAction('save', this.get('value'));
|
||||
}
|
||||
}
|
||||
});
|
Reference in New Issue
Block a user