mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-24 12:05:22 +08:00
fix a typo introduced by a rebased PR
caused heading cells to appear in both rendered and unrendered state
This commit is contained in:
parent
512c1fbf52
commit
7d87978a66
@ -531,7 +531,7 @@ var IPython = (function (IPython) {
|
||||
.text('¶')
|
||||
);
|
||||
this.set_rendered(h);
|
||||
this.element.find('div.text_cell_input').hide();
|
||||
this.element.find('div.input_area').hide();
|
||||
this.element.find("div.text_cell_render").show();
|
||||
this.typeset();
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user