mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-19 20:43:11 +00:00
Merge pull request #3347 from overleaf/em-gv-extension
Make the frontend treat .gv files as text GitOrigin-RevId: 01eece340bb987170f2f9d8860e6257e5421ec02
This commit is contained in:
parent
0450c52187
commit
8f2ab2e8b1
1 changed files with 2 additions and 1 deletions
|
@ -42,7 +42,8 @@ export default App.controller('BinaryFileController', function(
|
|||
'clo',
|
||||
'ldf',
|
||||
'rmd',
|
||||
'lua'
|
||||
'lua',
|
||||
'gv'
|
||||
]
|
||||
const imageExtensions = ['png', 'jpg', 'jpeg', 'gif']
|
||||
const previewableExtensions = []
|
||||
|
|
Loading…
Add table
Reference in a new issue