Skip to content
Snippets Groups Projects
Unverified Commit a1b06570 authored by Eugen Rochko's avatar Eugen Rochko Committed by GitHub
Browse files

Fix focal point modals broken by #5956 (#6676)

parent 8de048fc
No related branches found
No related tags found
No related merge requests found
...@@ -103,8 +103,8 @@ export default class FocalPointModal extends ImmutablePureComponent { ...@@ -103,8 +103,8 @@ export default class FocalPointModal extends ImmutablePureComponent {
const height = media.getIn(['meta', 'original', 'height']) || null; const height = media.getIn(['meta', 'original', 'height']) || null;
return ( return (
<div className='modal-root__modal media-modal'> <div className='modal-root__modal video-modal'>
<div className={classNames('media-modal__content focal-point', { dragging })} ref={this.setRef}> <div className={classNames('focal-point', { dragging })} ref={this.setRef}>
<ImageLoader <ImageLoader
previewSrc={media.get('preview_url')} previewSrc={media.get('preview_url')}
src={media.get('url')} src={media.get('url')}
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment