Skip to content

Commit f39fede

Browse files
committed
fix: e2e failing on initial clipboard value
1 parent bbe3c75 commit f39fede

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/pluggableWidgets/rich-text-web/src/utils/customPluginRegisters.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,6 +29,7 @@ class Empty {
2929
* Custom format registration for quill.
3030
*/
3131
Quill.debug("error");
32+
Quill.register({ "modules/clipboard": CustomClipboard }, true);
3233
Quill.register({ "themes/snow": MendixTheme }, true);
3334
Quill.register(CustomListItem, true);
3435
Quill.register(WhiteSpaceStyle, true);
@@ -48,4 +49,3 @@ Quill.register("modules/resize", QuillResize, true);
4849
// add empty handler for view code, this format is handled by toolbar's custom config via ViewCodeDialog
4950
Quill.register({ "ui/view-code": Empty });
5051
Quill.register({ "modules/table-better": QuillTableBetter }, true);
51-
Quill.register({ "modules/clipboard": CustomClipboard }, true);

0 commit comments

Comments
 (0)