@flozy/editor 10.4.1 → 10.4.2

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.
@@ -128,7 +128,6 @@ export default function LinkSettings(props) {
128
128
  sx: classes.dialogContainer,
129
129
  fullWidth: true,
130
130
  maxWidth: "sm",
131
- disablePortal: true,
132
131
  children: [/*#__PURE__*/_jsxs(Grid, {
133
132
  container: true,
134
133
  direction: "row",
@@ -6,7 +6,6 @@ const SelectStyles = (theme = {}) => {
6
6
  } = theme?.palette?.editor || {};
7
7
  return {
8
8
  MenuProps: {
9
- disablePortal: true,
10
9
  sx: {
11
10
  zIndex: "1302 !important"
12
11
  },
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "10.4.1",
3
+ "version": "10.4.2",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"