Skip to content

Commit

Permalink
Alanren/fix4001 (#4011)
Browse files Browse the repository at this point in the history
* fix for 4001

* Revert "fix for 4001"

This reverts commit 91fed44.

* fix for issue 4001
  • Loading branch information
alanrenmsft authored and kburtram committed Feb 12, 2019
1 parent c91c4b0 commit 887f4e8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/sql/base/browser/ui/modal/modal.ts
Original file line number Diff line number Diff line change
Expand Up @@ -430,7 +430,6 @@ export abstract class Modal extends Disposable implements IThemable {
* Hides the modal and removes key listeners
*/
protected hide() {
this._footerButtons.forEach(button => button.applyStyles());
this._modalShowingContext.get().pop();
this._builder.offDOM();
if (this._focusedElementBeforeOpen) {
Expand Down

0 comments on commit 887f4e8

Please sign in to comment.