##// END OF EJS Templates
Merge pull request #7661 from minrk/prompt-overlay-only-on-prompt...
Jonathan Frederic -
r20300:e82606cf merge
parent child Browse files
Show More
@@ -138,7 +138,9 b' define(['
138 if (this.collapsed) {
138 if (this.collapsed) {
139 this.collapse_button.hide();
139 this.collapse_button.hide();
140 this.element.show();
140 this.element.show();
141 if (this.prompt_area) {
141 this.prompt_overlay.show();
142 this.prompt_overlay.show();
143 }
142 this.collapsed = false;
144 this.collapsed = false;
143 this.scroll_if_long();
145 this.scroll_if_long();
144 }
146 }
General Comments 0
You need to be logged in to leave comments. Login now