@bbl-digital/snorre 4.1.88 → 4.1.89
Sign up to get free protection for your applications and to get access to all the features.
package/dist/bundle.js
CHANGED
@@ -35418,7 +35418,6 @@ to {top: 100vh;}
|
|
35418
35418
|
'formats/ulist': MyListItem
|
35419
35419
|
});
|
35420
35420
|
Quill__default["default"].register(CustomLinkSanitizer, true);
|
35421
|
-
Quill__default["default"].debug('error');
|
35422
35421
|
const QuillEditor = ({
|
35423
35422
|
height,
|
35424
35423
|
width,
|
@@ -35524,6 +35523,7 @@ to {top: 100vh;}
|
|
35524
35523
|
React.useEffect(() => {
|
35525
35524
|
if (isMounted.current) return;
|
35526
35525
|
quillRef.current = new Quill__default["default"](`#editor${editorId.current}`, {
|
35526
|
+
debug: 'error',
|
35527
35527
|
theme: 'snow',
|
35528
35528
|
bounds: bounds || `#editor${editorId.current}`,
|
35529
35529
|
modules: {
|
@@ -54,7 +54,6 @@ Quill.register({
|
|
54
54
|
'formats/ulist': MyListItem
|
55
55
|
});
|
56
56
|
Quill.register(CustomLinkSanitizer, true);
|
57
|
-
Quill.debug('error');
|
58
57
|
const QuillEditor = ({
|
59
58
|
height,
|
60
59
|
width,
|
@@ -160,6 +159,7 @@ const QuillEditor = ({
|
|
160
159
|
useEffect(() => {
|
161
160
|
if (isMounted.current) return;
|
162
161
|
quillRef.current = new Quill(`#editor${editorId.current}`, {
|
162
|
+
debug: 'error',
|
163
163
|
theme: 'snow',
|
164
164
|
bounds: bounds || `#editor${editorId.current}`,
|
165
165
|
modules: {
|
@@ -1 +1 @@
|
|
1
|
-
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/core/QuillEditor/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;
|
1
|
+
{"version":3,"file":"index.d.ts","sourceRoot":"","sources":["../../../src/packages/core/QuillEditor/index.tsx"],"names":[],"mappings":"AASA,OAAO,EAAE,gBAAgB,EAAE,MAAM,UAAU,CAAA;AA8D3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAqS3C,CAAA;AAED,eAAe,WAAW,CAAA"}
|
@@ -54,7 +54,6 @@ Quill.register({
|
|
54
54
|
'formats/ulist': MyListItem
|
55
55
|
});
|
56
56
|
Quill.register(CustomLinkSanitizer, true);
|
57
|
-
Quill.debug('error');
|
58
57
|
const QuillEditor = ({
|
59
58
|
height,
|
60
59
|
width,
|
@@ -160,6 +159,7 @@ const QuillEditor = ({
|
|
160
159
|
useEffect(() => {
|
161
160
|
if (isMounted.current) return;
|
162
161
|
quillRef.current = new Quill(`#editor${editorId.current}`, {
|
162
|
+
debug: 'error',
|
163
163
|
theme: 'snow',
|
164
164
|
bounds: bounds || `#editor${editorId.current}`,
|
165
165
|
modules: {
|