Skip to content

Commit

Permalink
fix(core): user selection on safari (#8594)
Browse files Browse the repository at this point in the history
  • Loading branch information
splincode authored Aug 19, 2024
1 parent 5f003ac commit af837ac
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 af837ac

Please sign in to comment.