@ -335,6 +335,11 @@ define([
if (record_output) {
this.outputs.push(json);
}
this.events.trigger('output_added.OutputArea', {
output: json,
output_area: this,
});
};
OutputArea.prototype.handle_appended = function () {