Skip to content

Commit

Permalink
fix(core): user selection on safari (#8587)
Browse files Browse the repository at this point in the history
splincode authored Aug 19, 2024

Verified

This commit was signed with the committer’s verified signature.
1 parent 9e6e865 commit 02e1c73
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
@@ -4,6 +4,7 @@
class="t-bar t-bar_vertical"
[@tuiFadeIn]="options"
[class.t-bar_has-horizontal]="bars[1]"
(mousedown.capture.prevent)="(0)"
>
<div
tuiScrollbar="vertical"
@@ -15,6 +16,7 @@
class="t-bar t-bar_horizontal"
[@tuiFadeIn]="options"
[class.t-bar_has-vertical]="bars[0]"
(mousedown.capture.prevent)="(0)"
>
<div
tuiScrollbar="horizontal"

0 comments on commit 02e1c73

Please sign in to comment.