Skip to content

Commit

Permalink
fix(kit): strange behavior in Safari when working with tiles (#9956)
Browse files Browse the repository at this point in the history
  • Loading branch information
reverie3 authored Dec 12, 2024
1 parent ac13a6f commit 4f02d38
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 @@ -25,7 +25,7 @@ export class TuiTileHandleDirective {

constructor(@Inject(TuiTileComponent) private readonly tile: TuiTileComponent) {}

@HostListener('pointerdown.silent', ['$event'])
@HostListener('pointerdown.silent.prevent', ['$event'])
onStart(event: PointerEvent): void {
const target = tuiGetActualTarget(event);
const {x, y, pointerId} = event;
Expand Down

0 comments on commit 4f02d38

Please sign in to comment.