mirror of
https://github.com/zadam/trilium.git
synced 2025-11-12 16:25:51 +01:00
chore(react/ribbon): fix size of attribute widget
This commit is contained in:
@@ -10,7 +10,7 @@ interface CKEditorOpts {
|
||||
disableNewlines?: boolean;
|
||||
disableSpellcheck?: boolean;
|
||||
onChange?: (newValue?: string) => void;
|
||||
onClick?: (e, pos?: ModelPosition | null) => void;
|
||||
onClick?: (e: MouseEvent, pos?: ModelPosition | null) => void;
|
||||
}
|
||||
|
||||
export default function CKEditor({ currentValue, className, tabIndex, editor, config, disableNewlines, disableSpellcheck, onChange, onClick }: CKEditorOpts) {
|
||||
|
||||
Reference in New Issue
Block a user