Merge pull request #2681 from gnestor/fix-prompt-overlay

Fix hidden prompt overlay button
This commit is contained in:
Matthias Bussonnier 2017-07-30 15:44:02 -07:00 committed by GitHub
commit decb30d8b0

View File

@ -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');