Skip to content

Commit 43bc0ad

Browse files
committed
Update spaces
1 parent cf63026 commit 43bc0ad

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/radio/radio-group.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -368,8 +368,8 @@ export class RadioGroup implements OnInit, AfterContentInit, ControlValueAccesso
368368
updateFocusableRadio() {
369369
if (this.radios &&
370370
!this.radios.some(radio => radio.checked)) {
371-
this.radios.forEach(radio => radio.needsToBeFocusable = false);
372371

372+
this.radios.forEach(radio => radio.needsToBeFocusable = false);
373373
this.radios.toArray()[0].needsToBeFocusable = true;
374374
this.radios.forEach(radio => radio.changeDetectorRef.detectChanges());
375375
}

0 commit comments

Comments
 (0)