From 2edbd4508a6c4e68477f3ff47ace1d7c7ea574e1 Mon Sep 17 00:00:00 2001 From: Alexander Skvortsov Date: Mon, 24 Aug 2020 20:20:21 -0400 Subject: [PATCH] Remove unnecessary vnode argument --- js/src/forum/components/TextEditor.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/src/forum/components/TextEditor.js b/js/src/forum/components/TextEditor.js index 36edebba0..3e4b044fa 100644 --- a/js/src/forum/components/TextEditor.js +++ b/js/src/forum/components/TextEditor.js @@ -50,7 +50,7 @@ export default class TextEditor extends Component { ); } - oncreate(vnode) { + oncreate() { const handler = () => { this.onsubmit(); m.redraw();