don’t start output areas collapsed

this sets metadata.collapsed = true metadata on cells with no output

causing churn in notebook files
pull/2501/head
Min RK 9 years ago
parent c50b47af12
commit 8413ba9592

@ -77,7 +77,7 @@ define([
this.prompt_overlay.addClass('out_prompt_overlay prompt');
this.prompt_overlay.attr('title', 'click to expand output; double click to hide output');
this.collapse();
this.expand();
};
/**
@ -976,6 +976,7 @@ define([
this._display_id_targets = {};
this.trusted = true;
this.unscroll_area();
this.expand();
return;
}
};

Loading…
Cancel
Save