@flozy/editor 10.2.9 → 10.3.0

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.
@@ -141,7 +141,7 @@ const RnD = props => {
141
141
  setAbsPosition({});
142
142
  }
143
143
  }
144
- const textElement = getCurrentEle()?.querySelector(".fgi_type_text");
144
+ const textElement = getCurrentEle()?.querySelector(".fgi_type_text > .simple-text");
145
145
  if (breakpoint && textElement && childType === "text" && !enable) {
146
146
  timerId.current = setTimeout(() => {
147
147
  const {
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@flozy/editor",
3
- "version": "10.2.9",
3
+ "version": "10.3.0",
4
4
  "description": "An Editor for flozy app brain",
5
5
  "files": [
6
6
  "dist"