mirror of
https://github.com/facebook/docusaurus.git
synced 2025-07-23 11:38:48 +02:00
chore(v2): enable new contextual search feature (#3591)
This commit is contained in:
parent
21264f5ed0
commit
aed1ce7850
2 changed files with 1 additions and 6 deletions
|
@ -43,8 +43,6 @@ function DocSearch({contextualSearch, ...props}) {
|
|||
...props.searchParameters,
|
||||
};
|
||||
|
||||
console.log('searchParameters', contextualSearch, searchParameters);
|
||||
|
||||
const {withBaseUrl} = useBaseUrlUtils();
|
||||
const history = useHistory();
|
||||
const searchButtonRef = useRef(null);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue