Highlighting matched part in question search

This commit is contained in:
mrfry 2021-04-13 17:11:06 +02:00
parent f94b99e181
commit 1b3c07fce2
4 changed files with 48 additions and 27 deletions

View file

@ -89,6 +89,7 @@ export default function AllQuestions({ router }) {
const querySearch = router.query.question
? decodeURIComponent(router.query.question)
: ''
console.log(querySearch)
fetchDbs().then((res) => {