Skip to content

Commit

Permalink
chore: add missing files
Browse files Browse the repository at this point in the history
  • Loading branch information
nnaydenow committed Jan 31, 2025
1 parent 1c21a5d commit 46c00cc
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/main/src/DayPickerTemplate.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,6 @@ export default function DayPickerTemplate(this: DayPicker) {
onKeyUp={this._onkeyup}
onClick={this._onclick}
onMouseOver={this._onmouseover}
onFocusIn={this._onfocusin}
onFocusOut={this._onfocusout}
>
<div id={`${this._id}-content`} class="ui5-dp-content" role="grid" aria-roledescription={this.ariaRoledescription}>
<div role="row" class="ui5-dp-days-names-container">
Expand Down

0 comments on commit 46c00cc

Please sign in to comment.