mirror of
https://github.com/zadam/trilium.git
synced 2025-10-29 17:26:38 +01:00
refactor(react/dialogs): solve client errors
This commit is contained in:
@@ -9,7 +9,7 @@ interface NoteAutocompleteProps {
|
||||
inputRef?: RefObject<HTMLInputElement>;
|
||||
text?: string;
|
||||
placeholder?: string;
|
||||
container?: RefObject<HTMLDivElement>;
|
||||
container?: RefObject<HTMLElement | null | undefined>;
|
||||
containerStyle?: CSSProperties;
|
||||
opts?: Omit<Options, "container">;
|
||||
onChange?: (suggestion: Suggestion | null) => void;
|
||||
|
||||
Reference in New Issue
Block a user