diff --git a/site/theme/template/Layout/Header/SearchBar.tsx b/site/theme/template/Layout/Header/SearchBar.tsx index 195ca28fe5..9861d56e64 100644 --- a/site/theme/template/Layout/Header/SearchBar.tsx +++ b/site/theme/template/Layout/Header/SearchBar.tsx @@ -115,6 +115,8 @@ export const SearchBar = ({ const navigator = React.useRef({ navigate({ itemUrl }: { itemUrl: string }) { browserHistory.push(itemUrl); + // should use history from bisheng and remove this `reload` calls + window.location.reload(false); }, }).current;