@flozy/editor 3.2.3 → 3.2.4
Sign up to get free protection for your applications and to get access to all the features.
@@ -451,7 +451,7 @@ const CommonEditor = /*#__PURE__*/forwardRef((props, ref) => {
|
|
451
451
|
customProps: customProps,
|
452
452
|
toolbarOptions: toolbarOptions,
|
453
453
|
theme: theme
|
454
|
-
}) : null, footer && /*#__PURE__*/_jsx(Typography, {
|
454
|
+
}) : null, footer && (fullScreen || readOnly) && /*#__PURE__*/_jsx(Typography, {
|
455
455
|
sx: {
|
456
456
|
color: "rgb(100, 116, 139)",
|
457
457
|
fontSize: "13px",
|