@flozy/editor 4.8.4 → 4.8.5
Sign up to get free protection for your applications and to get access to all the features.
@@ -587,6 +587,8 @@ const CommonEditor = /*#__PURE__*/forwardRef((props, ref) => {
|
|
587
587
|
}), htmlAction.showInput && /*#__PURE__*/_jsx(CodeToText, {
|
588
588
|
...htmlAction,
|
589
589
|
handleCodeToText: handleCodeToText
|
590
|
+
}), /*#__PURE__*/_jsx(FontLoader, {
|
591
|
+
...props
|
590
592
|
})]
|
591
593
|
}, id)
|
592
594
|
})
|