mirror of
https://github.com/jupyter/notebook.git
synced 2025-01-18 11:55:46 +08:00
Merge pull request #2681 from gnestor/fix-prompt-overlay
Fix hidden prompt overlay button
This commit is contained in:
commit
decb30d8b0
@ -77,7 +77,6 @@ define([
|
||||
|
||||
OutputArea.prototype.style = function () {
|
||||
this.collapse_button.hide();
|
||||
this.prompt_overlay.hide();
|
||||
|
||||
this.wrapper.addClass('output_wrapper');
|
||||
this.element.addClass('output');
|
||||
|
Loading…
Reference in New Issue
Block a user