This commit is contained in:
斟酌 鵬兄 2018-07-25 20:00:40 +08:00
parent 7a29206edb
commit 17c4cc4d18

View File

@ -381,7 +381,7 @@
stage.element.value = this.content; stage.element.value = this.content;
delete Insts[ this.__instIndex ]; delete Insts[ this.__instIndex ];
stage.dispatchEvent( new Event( "change" ) ); stage.element.dispatchEvent( new Event( "change" ) );
}; };
__readOnly( VimArea.prototype, "index", function() __readOnly( VimArea.prototype, "index", function()