@bbl-digital/snorre 4.1.89 → 4.1.90
Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js
CHANGED
@@ -35523,7 +35523,7 @@ to {top: 100vh;}
|
|
35523
35523
|
React.useEffect(() => {
|
35524
35524
|
if (isMounted.current) return;
|
35525
35525
|
quillRef.current = new Quill__default["default"](`#editor${editorId.current}`, {
|
35526
|
-
debug:
|
35526
|
+
debug: false,
|
35527
35527
|
theme: 'snow',
|
35528
35528
|
bounds: bounds || `#editor${editorId.current}`,
|
35529
35529
|
modules: {
|
@@ -159,7 +159,7 @@ const QuillEditor = ({
|
|
159
159
|
useEffect(() => {
|
160
160
|
if (isMounted.current) return;
|
161
161
|
quillRef.current = new Quill(`#editor${editorId.current}`, {
|
162
|
-
debug:
|
162
|
+
debug: false,
|
163
163
|
theme: 'snow',
|
164
164
|
bounds: bounds || `#editor${editorId.current}`,
|
165
165
|
modules: {
|
@@ -159,7 +159,7 @@ const QuillEditor = ({
|
|
159
159
|
useEffect(() => {
|
160
160
|
if (isMounted.current) return;
|
161
161
|
quillRef.current = new Quill(`#editor${editorId.current}`, {
|
162
|
-
debug:
|
162
|
+
debug: false,
|
163
163
|
theme: 'snow',
|
164
164
|
bounds: bounds || `#editor${editorId.current}`,
|
165
165
|
modules: {
|