We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 11a8c2b commit 2699f54Copy full SHA for 2699f54
core/src/components/datetime/datetime.tsx
@@ -1168,8 +1168,8 @@ export class Datetime implements ComponentInterface {
1168
raf(() => visibleIO?.observe(intersectionTrackerRef!));
1169
1170
/**
1171
- * TODO(FW-6931): Remove this fallback upon solving the root cause
1172
- * Fallback: If IntersectionObserver never reports that the
+ * TODO(FW-6931): Remove this fallback upon solving the root cause
+ * Fallback: If IntersectionObserver never reports that the
1173
* datetime is visible but the host clearly has layout, ensure
1174
* we still initialize listeners and mark the component as ready.
1175
*
0 commit comments