Dispatch a "change" Event on quit to notify other handlers

This commit is contained in:
2018-07-22 01:06:22 +08:00
parent 9da78e2711
commit 7a29206edb
4 changed files with 50 additions and 23 deletions
+1
View File
@@ -381,6 +381,7 @@
stage.element.value = this.content;
delete Insts[ this.__instIndex ];
stage.dispatchEvent( new Event( "change" ) );
};
__readOnly( VimArea.prototype, "index", function()