From 9976a0b7405fb1beb76c9d322f78b7588a32f0c1 Mon Sep 17 00:00:00 2001 From: splincode Date: Mon, 19 Aug 2024 12:20:30 +0300 Subject: [PATCH] fix(core): user selection on safari --- .../components/scroll-controls/scroll-controls.template.html | 2 ++ 1 file changed, 2 insertions(+) diff --git a/projects/cdk/components/scroll-controls/scroll-controls.template.html b/projects/cdk/components/scroll-controls/scroll-controls.template.html index f95f7a381464..1cfffa5a99d1 100644 --- a/projects/cdk/components/scroll-controls/scroll-controls.template.html +++ b/projects/cdk/components/scroll-controls/scroll-controls.template.html @@ -4,6 +4,7 @@ *ngIf="bars[0]" class="t-bar t-bar_vertical" [class.t-bar_has-horizontal]="bars[1]" + (mousedown.capture.prevent)="(0)" >