mirror of
https://github.com/flarum/core.git
synced 2025-08-08 09:26:34 +02:00
Remove unnecessary vnode argument
This commit is contained in:
committed by
Franz Liedke
parent
a6d4658dff
commit
2edbd4508a
@@ -50,7 +50,7 @@ export default class TextEditor extends Component {
|
|||||||
);
|
);
|
||||||
}
|
}
|
||||||
|
|
||||||
oncreate(vnode) {
|
oncreate() {
|
||||||
const handler = () => {
|
const handler = () => {
|
||||||
this.onsubmit();
|
this.onsubmit();
|
||||||
m.redraw();
|
m.redraw();
|
||||||
|
Reference in New Issue
Block a user