Skip to content

Commit

Permalink
fix(kit): strange behavior in Safari when working with tiles (#9952)
Browse files Browse the repository at this point in the history
  • Loading branch information
reverie3 authored Dec 10, 2024
1 parent 9a2af42 commit 80614b3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion projects/kit/components/tiles/tile-handle.directive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ function isDragging(this: TuiTileHandle): boolean {
host: {
'[style.touchAction]': '"none"',
'[style.userSelect]': '"none"',
'(pointerdown.silent)': 'onStart($event)',
'(pointerdown.silent.prevent)': 'onStart($event)',
'(document:pointerup.silent)': 'onPointer()',
'(document:pointermove.silent)': 'onMove($event.x, $event.y)',
},
Expand Down

0 comments on commit 80614b3

Please sign in to comment.