Skip to content

Commit

Permalink
Update: Support .dwg files in the DocumentViewer (#992)
Browse files Browse the repository at this point in the history
* Update: Support .dwg files in the DocumentViewer

* Fix: Move 'dwg' extension from CODE_EXTENSIONS to DOCUMENT_EXTENSIONS
  • Loading branch information
Ian Kerr authored and ConradJChan committed May 14, 2019
1 parent 62eb6ca commit 6c8b630
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/extensions.js
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ export const DOCUMENT_EXTENSIONS = CODE_EXTENSIONS.concat(NON_CODE_EXTENSIONS)
.concat([
'doc',
'docx',
'dwg',
'gdoc',
'gsheet',
'gslide',
Expand Down

0 comments on commit 6c8b630

Please sign in to comment.