* add variable autoFocus to video * set autoFocus in video_modal.js
This commit is contained in:
parent
105e1f0ca6
commit
2195f21524
2 changed files with 4 additions and 2 deletions
|
@ -46,6 +46,7 @@ export default class VideoModal extends ImmutablePureComponent {
|
|||
autoPlay={options.autoPlay}
|
||||
volume={options.defaultVolume}
|
||||
onCloseVideo={onClose}
|
||||
autoFocus
|
||||
detailed
|
||||
alt={media.get('description')}
|
||||
/>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue