We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2db0627 commit 287099cCopy full SHA for 287099c
ui/redux/selectors/content.js
@@ -228,9 +228,11 @@ export const makeSelectFileRenderModeForUri = (uri: string) =>
228
if (['text', 'document', 'script'].includes(mediaType)) {
229
return RENDER_MODES.DOCUMENT;
230
}
231
+ // @if TARGET='app'
232
if (extension === 'docx') {
233
return RENDER_MODES.DOCX;
234
235
+ // @endif
236
237
// when writing this my local copy of Lbry.getMediaType had '3D-file', but I was receiving model...'
238
if (['3D-file', 'model'].includes(mediaType)) {
0 commit comments