mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Fixed story replies modal and calling pip interactions
This commit is contained in:
@@ -82,7 +82,7 @@ export const CallingPip = ({
|
||||
switchToPresentationView,
|
||||
switchFromPresentationView,
|
||||
togglePip,
|
||||
}: PropsType): JSX.Element | null => {
|
||||
}: PropsType): JSX.Element => {
|
||||
const videoContainerRef = React.useRef<null | HTMLDivElement>(null);
|
||||
const localVideoRef = React.useRef(null);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user