Skip to content

Commit

Permalink
fix(core): user selection on safari
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode committed Aug 19, 2024
1 parent b98902b commit 9976a0b
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@
*ngIf="bars[0]"
class="t-bar t-bar_vertical"
[class.t-bar_has-horizontal]="bars[1]"
(mousedown.capture.prevent)="(0)"
>
<div
tuiScrollbar="vertical"
Expand All @@ -14,6 +15,7 @@
*ngIf="bars[1]"
class="t-bar t-bar_horizontal"
[class.t-bar_has-vertical]="bars[0]"
(mousedown.capture.prevent)="(0)"
>
<div
tuiScrollbar="horizontal"
Expand Down

0 comments on commit 9976a0b

Please sign in to comment.