From 17c4cc4d186ce3488b752bfb1598e5add9316caa Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=96=9F=E9=85=8C=20=E9=B5=AC=E5=85=84?= Date: Wed, 25 Jul 2018 20:00:40 +0800 Subject: [PATCH] typo --- botanjs/src/Components/Vim/VimArea.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/botanjs/src/Components/Vim/VimArea.js b/botanjs/src/Components/Vim/VimArea.js index 08e79fb..7256a5c 100644 --- a/botanjs/src/Components/Vim/VimArea.js +++ b/botanjs/src/Components/Vim/VimArea.js @@ -381,7 +381,7 @@ stage.element.value = this.content; delete Insts[ this.__instIndex ]; - stage.dispatchEvent( new Event( "change" ) ); + stage.element.dispatchEvent( new Event( "change" ) ); }; __readOnly( VimArea.prototype, "index", function()