@bbl-digital/snorre 4.1.89 → 4.1.91
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
|
@@ -35416,7 +35416,7 @@ to {top: 100vh;}
|
|
|
35416
35416
|
Quill__default["default"].register({
|
|
35417
35417
|
'formats/list': Container,
|
|
35418
35418
|
'formats/ulist': MyListItem
|
|
35419
|
-
});
|
|
35419
|
+
}, true);
|
|
35420
35420
|
Quill__default["default"].register(CustomLinkSanitizer, true);
|
|
35421
35421
|
const QuillEditor = ({
|
|
35422
35422
|
height,
|
|
@@ -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: {
|
|
@@ -52,7 +52,7 @@ Quill.register(IndentStyle, true);
|
|
|
52
52
|
Quill.register({
|
|
53
53
|
'formats/list': Container,
|
|
54
54
|
'formats/ulist': MyListItem
|
|
55
|
-
});
|
|
55
|
+
}, true);
|
|
56
56
|
Quill.register(CustomLinkSanitizer, true);
|
|
57
57
|
const QuillEditor = ({
|
|
58
58
|
height,
|
|
@@ -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: {
|
|
@@ -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;AAiE3C,QAAA,MAAM,WAAW,EAAE,KAAK,CAAC,EAAE,CAAC,gBAAgB,CAqS3C,CAAA;AAED,eAAe,WAAW,CAAA"}
|
|
@@ -52,7 +52,7 @@ Quill.register(IndentStyle, true);
|
|
|
52
52
|
Quill.register({
|
|
53
53
|
'formats/list': Container,
|
|
54
54
|
'formats/ulist': MyListItem
|
|
55
|
-
});
|
|
55
|
+
}, true);
|
|
56
56
|
Quill.register(CustomLinkSanitizer, true);
|
|
57
57
|
const QuillEditor = ({
|
|
58
58
|
height,
|
|
@@ -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: {
|