Skip to content

Commit

Permalink
fix(panel): add search box delay
Browse files Browse the repository at this point in the history
  • Loading branch information
crimx committed Aug 30, 2018
1 parent 3874a8d commit 645797c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/components/MenuBar/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -182,7 +182,7 @@ export class MenuBar extends React.PureComponent<MenuBarProps & { t: Translation
if (this.props.activeDicts.length <= 0 || isSaladictPopupPage) {
this.focusSearchBox()
}
}, 100)
}, 200)
}

render () {
Expand Down

0 comments on commit 645797c

Please sign in to comment.