fix(thumbnail) Open native video context menu (#12532)

pull/12539/head jitsi-meet_8056
Robert Pintilii 3 years ago committed by GitHub
parent 6223e16ca5
commit cc33930259
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 3
      react/features/filmstrip/components/web/Thumbnail.tsx

@ -324,7 +324,8 @@ const defaultStyles = (theme: Theme) => {
width: '100%',
height: '100%',
zIndex: 9,
borderRadius: '4px'
borderRadius: '4px',
pointerEvents: 'none' as const
},
borderIndicatorOnTop: {

Loading…
Cancel
Save