Skip to content

Commit c936ec6

Browse files
Update core/src/components/datetime/datetime.tsx
Co-authored-by: Maria Hutt <[email protected]>
1 parent 19d0cdc commit c936ec6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

core/src/components/datetime/datetime.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2381,7 +2381,7 @@ export class Datetime implements ComponentInterface {
23812381
}
23822382

23832383
if (adjacentDay) {
2384-
//the user selected a day outside the current month, let's not focus on this button since the month will be re-render;
2384+
// The user selected a day outside the current month. Ignore this button, as the month will be re-rendered.
23852385
this.el.blur();
23862386
}
23872387

0 commit comments

Comments
 (0)