mirror of
https://github.com/overleaf/overleaf.git
synced 2025-04-22 22:46:23 +00:00
Merge pull request #16800 from overleaf/jpa-fix-double-loaded
[web] fix detection of writefull extension GitOrigin-RevId: 2bfad36ec14edf4d95acfcdfd8094f3769871d44
This commit is contained in:
parent
d644180ce4
commit
14bb3d7114
1 changed files with 3 additions and 1 deletions
|
@ -49,7 +49,9 @@ declare global {
|
|||
brandVariation?: Record<string, any>
|
||||
data?: Record<string, any>
|
||||
expectingLinkedFileRefreshedSocketFor?: string | null
|
||||
writefull?: any
|
||||
writefull?: {
|
||||
type: 'extension' | 'integration'
|
||||
}
|
||||
io?: any
|
||||
overleaf: {
|
||||
unstable: {
|
||||
|
|
Loading…
Add table
Reference in a new issue