We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b68c74a commit 72cddb1Copy full SHA for 72cddb1
src/components/QuillEditor.ts
@@ -124,7 +124,7 @@ export default defineComponent({
124
clientOptions.readOnly = props.readOnly
125
if (props.placeholder)
126
clientOptions.placeholder = props.placeholder
127
- if (props.theme && props.theme !== "") {
+ if (props.toolbar && props.toolbar !== "") {
128
clientOptions.modules = {
129
toolbar: (() => {
130
if (typeof props.toolbar === "object") {
0 commit comments