mirror of
https://github.com/jupyter/notebook.git
synced 2024-12-27 04:20:22 +08:00
s/'auto'/''
This commit is contained in:
parent
6f0bbe91e1
commit
39c6103159
@ -311,7 +311,7 @@ var IPython = (function (IPython) {
|
||||
// Only reset the height to automatic if the height is currently
|
||||
// fixed (done by wait=True flag on clear_output).
|
||||
if (needs_height_reset) {
|
||||
this.element.height('auto');
|
||||
this.element.height('');
|
||||
}
|
||||
|
||||
var that = this;
|
||||
|
Loading…
Reference in New Issue
Block a user