Skip to content

Commit

Permalink
docs: Outdated custom embed blocks page
Browse files Browse the repository at this point in the history
  • Loading branch information
Ellet committed Dec 2, 2023
1 parent 4bf7ae7 commit 6830f8c
Showing 1 changed file with 8 additions and 2 deletions.
10 changes: 8 additions & 2 deletions doc/custom_embed_blocks.md
Original file line number Diff line number Diff line change
Expand Up @@ -88,9 +88,15 @@ Future<void> _addEditNote(BuildContext context, {Document? document}) async {
)
],
),
content: QuillEditor.basic(
content: QuillProvider(
configurations: QuillConfigurations(
controller: quillEditorController,
readOnly: false,
),
child: QuillEditor.basic(
configurations: const QuillEditorConfigurations(
readOnly: false,
),
),
),
),
);
Expand Down

0 comments on commit 6830f8c

Please sign in to comment.