kopia lustrzana https://github.com/cheeaun/phanpy
Forgot prettier
rodzic
9bec44b02a
commit
80bddf11da
|
@ -185,7 +185,8 @@ function Media({
|
|||
const isImage =
|
||||
type === 'image' ||
|
||||
(type === 'unknown' && previewUrl && !isVideoMaybe && !isAudioMaybe);
|
||||
const isPreviewVideoMaybe = previewUrl &&
|
||||
const isPreviewVideoMaybe =
|
||||
previewUrl &&
|
||||
/\.(mp4|m4r|m4v|mov|webm)$/i.test(getURLObj(previewUrl).pathname);
|
||||
|
||||
const parentRef = useRef();
|
||||
|
|
|
@ -1314,7 +1314,7 @@ msgstr ""
|
|||
msgid "Filtered"
|
||||
msgstr ""
|
||||
|
||||
#: src/components/media.jsx:416
|
||||
#: src/components/media.jsx:417
|
||||
msgid "Open file"
|
||||
msgstr "Open file"
|
||||
|
||||
|
|
Ładowanie…
Reference in New Issue