Skip to content

Commit fdee601

Browse files
committed
format
1 parent 3e181ce commit fdee601

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

examples/rich-text-editor/rich_text_editor.js

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,12 @@ function getMarkdownToolbarOptions() {
8888
* @param {string} initialValue - The initial content for the editor.
8989
* @returns {Quill} - The initialized Quill instance.
9090
*/
91-
function initializeQuillEditor(editorDiv, toolbarOptions, initialValue, readOnly) {
91+
function initializeQuillEditor(
92+
editorDiv,
93+
toolbarOptions,
94+
initialValue,
95+
readOnly,
96+
) {
9297
const quill = new Quill(editorDiv, {
9398
theme: "snow",
9499
modules: {

0 commit comments

Comments
 (0)