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 committed Oct 30, 2017
1 parent 51c889b commit 6340725
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 6340725

Please sign in to comment.