Skip to content

Commit decb30d

Browse files
authored
Merge pull request #2681 from gnestor/fix-prompt-overlay
Fix hidden prompt overlay button
2 parents e4524a7 + 572cc37 commit decb30d

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

notebook/static/notebook/js/outputarea.js

-1
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ define([
7777

7878
OutputArea.prototype.style = function () {
7979
this.collapse_button.hide();
80-
this.prompt_overlay.hide();
8180

8281
this.wrapper.addClass('output_wrapper');
8382
this.element.addClass('output');

0 commit comments

Comments
 (0)