@flozy/editor 3.2.3 → 3.2.4

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.
@@ -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"