diff --git a/src/constants/editor/create_quill.ts b/src/constants/editor/create_quill.ts index 4efae28..67a8e8d 100644 --- a/src/constants/editor/create_quill.ts +++ b/src/constants/editor/create_quill.ts @@ -45,7 +45,7 @@ export const create_quill = ({ ${customJS} var quill = new Quill('#${id}', { modules: { ${modules} }, - placeholder: '${placeholder}', + placeholder: "${placeholder}", theme: '${theme}' });