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 0b02f6579e
commit d17548ba86
@@ -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}
>