Skip to content
This repository has been archived by the owner on Dec 13, 2018. It is now read-only.

Commit

Permalink
Focus outline view on mount
Browse files Browse the repository at this point in the history
Reviewed By: wbinnssmith

Differential Revision: D6103895

fbshipit-source-id: 91ecae8ffe2a21a3d788776cabca4e6bd30f66fb
  • Loading branch information
jgebhardt authored and hansonw committed Oct 19, 2017
1 parent c71c560 commit c075764
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -143,6 +143,7 @@ export class OutlineViewSearchComponent extends React.Component<Props, State> {
<div className="outline-view-search-bar">
<Icon icon="search" className="outline-view-search-icon" />
<AtomInput
autofocus={true}
className="outline-view-search-pane"
onConfirm={this._onConfirm}
onCancel={this._onDidClear}
Expand Down

0 comments on commit c075764

Please sign in to comment.