Add a output_updated.OutputArea event

This commit is contained in:
Philipp Rudiger 2018-04-24 12:31:17 +01:00
parent 10b7240599
commit 8a9afb4f58

View File

@ -631,6 +631,10 @@ define([
(json.data[MIME_MARKDOWN] !== undefined)) {
this.typeset();
}
this.events.trigger('output_updated.OutputArea', {
output: json,
output_area: this,
});
};
OutputArea.prototype._record_display_id = function (json, element) {