mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2025-12-24 20:26:24 +00:00
Ensure that multi-video lightbox scrolling changes video
This commit is contained in:
@@ -289,6 +289,7 @@ export class Lightbox extends React.Component<Props> {
|
||||
onClick={this.playVideoBound}
|
||||
controls={true}
|
||||
style={styles.object}
|
||||
key={objectURL}
|
||||
>
|
||||
<source src={objectURL} />
|
||||
</video>
|
||||
|
||||
Reference in New Issue
Block a user