mirror of
https://github.com/jackyzha0/quartz.git
synced 2025-12-19 10:54:06 -06:00
Fix typos in some files
This commit is contained in:
parent
e7d2a57aad
commit
d0e9eedd82
@ -421,7 +421,7 @@ async function setupSearch(searchElement: Element, currentSlug: FullSlug, data:
|
|||||||
for (let searchResult of searchResults) {
|
for (let searchResult of searchResults) {
|
||||||
searchResult.result = searchResult.result.slice(0, numSearchResults)
|
searchResult.result = searchResult.result.slice(0, numSearchResults)
|
||||||
}
|
}
|
||||||
// set search type to basic and remove tag from term for proper highlightning and scroll
|
// set search type to basic and remove tag from term for proper highlighting and scroll
|
||||||
searchType = "basic"
|
searchType = "basic"
|
||||||
currentSearchTerm = query
|
currentSearchTerm = query
|
||||||
} else {
|
} else {
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user