Этот коммит содержится в:
Yusuke Nemoto
2017-04-13 06:26:02 +09:00
коммит произвёл Corey Hulen
родитель 9b9788cf11
Коммит 0aa84799fd
4 изменённых файлов: 8 добавлений и 3 удалений

Просмотреть файл

@@ -180,7 +180,7 @@ export default class ViewImageModal extends React.Component {
if (this.state.loaded[this.state.imgId]) {
const fileType = Utils.getFileType(fileInfo.extension);
if (fileType === 'image') {
if (fileType === 'image' || fileType === 'svg') {
content = (
<ImagePreview
fileInfo={fileInfo}