Fix quickopen

This commit is contained in:
Rob Lourens 2018-08-24 09:09:33 -07:00
parent 3149c5b4da
commit 716a83d78f

View file

@ -168,7 +168,7 @@ export class QuickOpenWidget extends Disposable implements IModelProvider {
.on(DOM.EventType.BLUR, (e: FocusEvent) => this.loosingFocus(e), null, true);
// Progress Bar
this.progressBar = this._register(new ProgressBar(div.clone(), { progressBarBackground: this.styles.progressBarBackground }));
this.progressBar = this._register(new ProgressBar(div.getHTMLElement(), { progressBarBackground: this.styles.progressBarBackground }));
this.progressBar.hide();
// Input Field