@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",
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "3.2.3",
3
+ "version": "3.2.4",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"