@bbl-digital/snorre 4.1.89 → 4.1.90
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
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: {
|