forked from Botanical/BotanJS
Dispatch a "change" Event on quit to notify other handlers
This commit is contained in:
@@ -381,6 +381,7 @@
|
||||
stage.element.value = this.content;
|
||||
|
||||
delete Insts[ this.__instIndex ];
|
||||
stage.dispatchEvent( new Event( "change" ) );
|
||||
};
|
||||
|
||||
__readOnly( VimArea.prototype, "index", function()
|
||||
|
||||
Reference in New Issue
Block a user