mirror of
https://github.com/ckaczor/azuredatastudio.git
synced 2026-01-17 09:35:37 -05:00
Alanren/fix4001 (#4011)
* fix for 4001 * Revert "fix for 4001" This reverts commit 91fed44f063acb44b844a206a13e4074150d8118. * fix for issue 4001
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user