mirror of
https://github.com/flarum/framework.git
synced 2025-05-22 22:59:57 +08:00
Tweak user bio editing UI
This commit is contained in:
@ -17,7 +17,7 @@ export default class TextEditor extends Component {
|
||||
}
|
||||
|
||||
view() {
|
||||
return m('div.text-editor', {config: this.element}, [
|
||||
return m('div.text-editor', [
|
||||
m('textarea.form-control.flexible-height', {
|
||||
config: this.configTextarea.bind(this),
|
||||
oninput: m.withAttr('value', this.oninput.bind(this)),
|
||||
|
Reference in New Issue
Block a user