@select-org/select-post-builder 1.1.7 → 1.1.8
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.
- package/dist/post-builder.cjs.js +1 -0
- package/dist/post-builder.js +1 -0
- package/package.json +1 -1
package/dist/post-builder.cjs.js
CHANGED
|
@@ -21270,6 +21270,7 @@ function useEditorTracking({
|
|
|
21270
21270
|
if (!hasFocusedOnce.current) {
|
|
21271
21271
|
analytics.trackEditorFocus(sessionId);
|
|
21272
21272
|
hasFocusedOnce.current = true;
|
|
21273
|
+
checkContentThreshold();
|
|
21273
21274
|
}
|
|
21274
21275
|
resetIdleTimer();
|
|
21275
21276
|
};
|
package/dist/post-builder.js
CHANGED
|
@@ -21240,6 +21240,7 @@ function useEditorTracking({
|
|
|
21240
21240
|
if (!hasFocusedOnce.current) {
|
|
21241
21241
|
analytics.trackEditorFocus(sessionId);
|
|
21242
21242
|
hasFocusedOnce.current = true;
|
|
21243
|
+
checkContentThreshold();
|
|
21243
21244
|
}
|
|
21244
21245
|
resetIdleTimer();
|
|
21245
21246
|
};
|
package/package.json
CHANGED