Refactored opening of details before print

This commit is contained in:
squidfunk
2020-02-14 15:00:56 +01:00
parent a4473e893d
commit 77ede9b2eb
5 changed files with 90 additions and 4 deletions

View File

@@ -89,6 +89,12 @@ export interface SearchResult {
* Class
* ------------------------------------------------------------------------- */
/**
* Search index
*
* Note that `lunr` is injected via Webpack, as it will otherwise also be
* bundled in the application bundle.
*/
export class SearchIndex {
/**