Tweak user bio editing UI

This commit is contained in:
Toby Zerner
2015-06-26 13:57:21 +09:30
parent 3ba495091e
commit fe82631f95
3 changed files with 30 additions and 13 deletions

View File

@ -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)),