mirror of
https://github.com/zadam/trilium.git
synced 2025-11-14 09:15:50 +01:00
chore(react/collections): title highlighting in list title
This commit is contained in:
@@ -11,4 +11,5 @@ export interface ViewModeProps {
|
||||
* We're using noteIds so that it's not necessary to load all notes at once when paging.
|
||||
*/
|
||||
noteIds: string[];
|
||||
highlightedTokens: string[] | null | undefined;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user