@flozy/editor 4.3.6 → 4.3.7

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.
@@ -265,21 +265,21 @@ const EditorButton = props => {
265
265
  paddingRight: "4px"
266
266
  },
267
267
  props: customProps
268
- }), !readOnly && /*#__PURE__*/_jsx(IconButton, {
269
- className: `moreBtnShow ${openMoreOptions && "activeBtnShow"}`,
270
- sx: {
271
- position: "absolute",
272
- right: '-42px',
273
- stroke: '#fff',
274
- "& path": {
275
- fill: openMoreOptions ? theme.palette.text.blueText : ""
276
- }
277
- },
278
- onClick: handleMoreBtn,
279
- children: /*#__PURE__*/_jsx(Icon, {
280
- icon: "moreVertical"
281
- })
282
268
  })]
269
+ }), !readOnly && /*#__PURE__*/_jsx(IconButton, {
270
+ className: `moreBtnShow ${openMoreOptions && "activeBtnShow"}`,
271
+ sx: {
272
+ position: "absolute",
273
+ right: '-42px',
274
+ stroke: '#fff',
275
+ "& path": {
276
+ fill: openMoreOptions ? theme.palette.text.blueText : ""
277
+ }
278
+ },
279
+ onClick: handleMoreBtn,
280
+ children: /*#__PURE__*/_jsx(Icon, {
281
+ icon: "moreVertical"
282
+ })
283
283
  }), !readOnly && isTrigger ? /*#__PURE__*/_jsx(IconButton, {
284
284
  className: "workflow-icon-btn",
285
285
  children: /*#__PURE__*/_jsx(WorkflowIcon, {})
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "4.3.6",
3
+ "version": "4.3.7",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"