@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.
@@ -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
  };
@@ -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
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@select-org/select-post-builder",
3
- "version": "1.1.7",
3
+ "version": "1.1.8",
4
4
  "description": "A reusable, extensible Post Builder widget for the Select platform and beyond.",
5
5
  "main": "./dist/post-builder.cjs.js",
6
6
  "module": "./dist/post-builder.js",