Merge pull request #16800 from overleaf/jpa-fix-double-loaded

[web] fix detection of writefull extension

GitOrigin-RevId: 2bfad36ec14edf4d95acfcdfd8094f3769871d44
This commit is contained in:
Jakob Ackermann
2024-01-30 11:09:15 +00:00
committed by Copybot
parent 2223f736fe
commit f03f32ee7d
+3 -1
View File
@@ -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: {