Add back text files
This commit is contained in:
parent
7cb187907d
commit
9309fa1677
1 changed files with 1 additions and 1 deletions
|
@ -176,7 +176,7 @@ export const makeSelectIsText = (uri: string) =>
|
||||||
createSelector(
|
createSelector(
|
||||||
makeSelectMediaTypeForUri(uri),
|
makeSelectMediaTypeForUri(uri),
|
||||||
mediaType => {
|
mediaType => {
|
||||||
const isText = ['document', 'script'].includes(mediaType);
|
const isText = ['text', 'document', 'script'].includes(mediaType);
|
||||||
return isText;
|
return isText;
|
||||||
}
|
}
|
||||||
);
|
);
|
||||||
|
|
Loading…
Reference in a new issue