From fc341ff50d76be8bc2214606c75eea07b24e15c4 Mon Sep 17 00:00:00 2001 From: mdlufy Date: Thu, 24 Oct 2024 14:07:58 +0300 Subject: [PATCH] feat(addon-mobile): `MobileCalendar` add (mousedown.prevent) --- .../components/mobile-calendar/mobile-calendar.component.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/projects/addon-mobile/components/mobile-calendar/mobile-calendar.component.ts b/projects/addon-mobile/components/mobile-calendar/mobile-calendar.component.ts index ef6c26f2f9963..5463036e450a8 100644 --- a/projects/addon-mobile/components/mobile-calendar/mobile-calendar.component.ts +++ b/projects/addon-mobile/components/mobile-calendar/mobile-calendar.component.ts @@ -85,6 +85,7 @@ import { host: { '[class._ios]': 'isIOS', '[class._initialized]': 'initialized', + '(mousedown.prevent)': '0', }, }) export class TuiMobileCalendarComponent implements AfterViewInit {