Skip to content

Commit 309cbe3

Browse files
committed
fixup! fix: add html and source editing support
Signed-off-by: greta <[email protected]>
1 parent 9f4ea38 commit 309cbe3

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/components/TextEditor.vue

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -322,7 +322,8 @@ export default {
322322
*/
323323
onEditorReady(editor) {
324324
logger.debug('TextEditor is ready', { editor })
325-
325+
326+
// https://ckeditor.com/docs/ckeditor5/latest/examples/builds-custom/bottom-toolbar-editor.html
326327
this.$refs.toolbarContainer.appendChild(editor.ui.view.toolbar.element)
327328
this.$refs.editableContainer.appendChild(editor.ui.view.editable.element)
328329

0 commit comments

Comments
 (0)