Skip to content

Commit

Permalink
feat(addon-mobile): MobileCalendar add (mousedown.prevent)
Browse files Browse the repository at this point in the history
  • Loading branch information
mdlufy committed Oct 24, 2024
1 parent cb64782 commit fc341ff
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -85,6 +85,7 @@ import {
host: {
'[class._ios]': 'isIOS',
'[class._initialized]': 'initialized',
'(mousedown.prevent)': '0',
},
})
export class TuiMobileCalendarComponent implements AfterViewInit {
Expand Down

0 comments on commit fc341ff

Please sign in to comment.