File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
core/src/components/datetime Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -1102,6 +1102,7 @@ export class Datetime implements ComponentInterface {
11021102 }
11031103
11041104 /**
1105+ * TODO(FW-6931): Remove this fallback upon solving the root cause
11051106 * Fallback to ensure the datetime becomes ready even if
11061107 * IntersectionObserver never reports it as intersecting.
11071108 *
@@ -1167,7 +1168,8 @@ export class Datetime implements ComponentInterface {
11671168 raf ( ( ) => visibleIO ?. observe ( intersectionTrackerRef ! ) ) ;
11681169
11691170 /**
1170- * Fallback: If IntersectionObserver never reports that the
1171+ * TODO(FW-6931): Remove this fallback upon solving the root cause
1172+ * Fallback: If IntersectionObserver never reports that the
11711173 * datetime is visible but the host clearly has layout, ensure
11721174 * we still initialize listeners and mark the component as ready.
11731175 *
You can’t perform that action at this time.
0 commit comments