1
0
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:
Alexander Skvortsov
2020-08-24 20:20:21 -04:00
committed by Franz Liedke
parent a6d4658dff
commit 2edbd4508a

View File

@@ -50,7 +50,7 @@ export default class TextEditor extends Component {
);
}
oncreate(vnode) {
oncreate() {
const handler = () => {
this.onsubmit();
m.redraw();