ckeditor-decoupled: Add back find & replace button

pull/1847/head
Elian Doran 2024-11-14 20:49:20 +07:00
parent cf2639a016
commit 75a81dc28e
1 changed files with 2 additions and 1 deletions

@ -64,7 +64,8 @@ export default class DecoupledEditor extends DecoupledEditorBase {
'outdent', 'indent', 'outdent', 'indent',
'|', '|',
'markdownImport', 'markdownImport',
'cuttonote' 'cuttonote',
'findAndReplace'
] ]
} }
}; };