From fd22d05d9bc6ddfe6e506dfc2a3f86a67d173077 Mon Sep 17 00:00:00 2001 From: Elian Doran Date: Sat, 15 Feb 2025 10:23:57 +0200 Subject: [PATCH] feat(calendar_view): disable user selection --- src/public/app/widgets/view_widgets/calendar_view.ts | 1 + 1 file changed, 1 insertion(+) diff --git a/src/public/app/widgets/view_widgets/calendar_view.ts b/src/public/app/widgets/view_widgets/calendar_view.ts index e1a2c43cb..63e50088f 100644 --- a/src/public/app/widgets/view_widgets/calendar_view.ts +++ b/src/public/app/widgets/view_widgets/calendar_view.ts @@ -7,6 +7,7 @@ const TPL = ` overflow: hidden; position: relative; height: 100%; + user-select: none; }