fixup! ♻️(frontend) refactor screen share zoom pan with useMove and imperative DOM updates

This commit is contained in:
Ovgodd
2026-09-01 09:49:39 +02:00
parent bdf6163d45
commit f52c92f584
@@ -69,7 +69,9 @@ export const ScreenShareZoomableVideo = ({
overflow: 'hidden',
position: 'relative',
userSelect: 'none',
touchAction: 'none',
// Leaves the browser's native pinch-zoom available on touch devices
// while still routing single-pointer drags to useMove for panning.
touchAction: 'pinch-zoom',
})}
{...zoom.moveProps}
>