From 7288edd019d6b4e19d8ebb210550112c47c45cb9 Mon Sep 17 00:00:00 2001 From: Tim Kainz Date: Thu, 16 Apr 2026 23:01:27 +0200 Subject: [PATCH] improve touchscreen scrolling on carousel --- .../tech-stack-carousel.html | 5 +- .../tech-stack-carousel.ts | 49 +++++++++++++++++++ 2 files changed, 52 insertions(+), 2 deletions(-) diff --git a/src/components/tech-stack-carousel/tech-stack-carousel.html b/src/components/tech-stack-carousel/tech-stack-carousel.html index aa90219..b9a5eb1 100644 --- a/src/components/tech-stack-carousel/tech-stack-carousel.html +++ b/src/components/tech-stack-carousel/tech-stack-carousel.html @@ -10,8 +10,6 @@ (mouseleave)="onHoverEnd()" (focusin)="onHoverStart()" (focusout)="onCarouselFocusOut($event)" - (touchstart)="onHoverStart()" - (touchend)="onHoverEnd()" (click)="onInteractionClick()" >