mirror of
https://github.com/hugo-fixit/FixIt.git
synced 2026-08-24 15:28:57 +00:00
perf(search): enable anchorify for headings in search results (#672)
This commit is contained in:
@@ -372,6 +372,7 @@ class FixIt {
|
||||
}
|
||||
);
|
||||
autosearch.on('autocomplete:selected', (_event, suggestion, _dataset, _context) => {
|
||||
document.getElementById('mask')?.click();
|
||||
window.location.assign(suggestion.uri);
|
||||
});
|
||||
if (isMobile) {
|
||||
|
||||
Reference in New Issue
Block a user