Skip to content

Commit 274315e

Browse files
author
agonzalez97
committed
Update dxc-date.component.ts
1 parent 8fb931b commit 274315e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

projects/dxc-ngx-cdk/src/lib/dxc-date/dxc-date.component.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -160,7 +160,7 @@ export class DxcDateComponent implements OnChanges, OnInit {
160160
this.checkOpenCalendar();
161161
}
162162
}
163-
else if (event.target.offsetParent !== null && !event.target.offsetParent.getAttribute("class")){
163+
else{
164164
this.checkOpenCalendar();
165165
}
166166
}

0 commit comments

Comments
 (0)