@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 {
|