mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
Merge pull request #16737 from overleaf/jel-sso-file
[web] Get SSO import data from File rather than FileReader GitOrigin-RevId: 89de9c614024ab6a310a6226f59c5aa8c82c64e4
This commit is contained in:
parent
6f3402e0e8
commit
71ca6f05b7
1 changed files with 2 additions and 0 deletions
2
services/web/test/frontend/bootstrap.js
vendored
2
services/web/test/frontend/bootstrap.js
vendored
|
@ -136,3 +136,5 @@ const { addHook } = require('pirates')
|
|||
addHook(() => '', { exts: ['.css'], ignoreNodeModules: false })
|
||||
|
||||
globalThis.HTMLElement.prototype.scrollIntoView = () => {}
|
||||
|
||||
globalThis.DOMParser = window.DOMParser
|
||||
|
|
Loading…
Reference in a new issue