Skip to content

Commit

Permalink
Increase find options reveal timeout (#36682)
Browse files Browse the repository at this point in the history
  • Loading branch information
alexdima authored and egamma committed Oct 31, 2017
1 parent 610b9f2 commit fb59366
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/vs/editor/contrib/find/browser/findOptionsWidget.ts
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ export class FindOptionsWidget extends Widget implements IOverlayWidget {
this._revealTemporarily();
}

private _hideSoon = this._register(new RunOnceScheduler(() => this._hide(), 1000));
private _hideSoon = this._register(new RunOnceScheduler(() => this._hide(), 2000));

private _revealTemporarily(): void {
this._show();
Expand Down

0 comments on commit fb59366

Please sign in to comment.