mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #3929 from overleaf/as-block-ie-config
Add IE11 to unsupported browser config GitOrigin-RevId: 0a9c5a736a842ec8ccddf9ce7feefec7ac5a2b35
This commit is contained in:
parent
affaae14b7
commit
1436731053
1 changed files with 4 additions and 0 deletions
|
@ -756,3 +756,7 @@ module.exports = settings =
|
|||
'app/views/project/list',
|
||||
]
|
||||
}
|
||||
|
||||
unsupportedBrowsers: {
|
||||
ie: '<=11'
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue