mirror of
https://github.com/yu-i-i/overleaf-cep.git
synced 2026-06-01 13:21:37 +02:00
Merge pull request #3016 from overleaf/ta-editor-load-events
Fix Editor Load Events GitOrigin-RevId: bb23f17ccab2d53933ad9da870f8ce26fdd169df
This commit is contained in:
@@ -178,7 +178,8 @@ describe('ProjectController', function() {
|
||||
getUserAffiliations: this.getUserAffiliations
|
||||
},
|
||||
'../ThirdPartyDataStore/TpdsProjectFlusher': this.TpdsProjectFlusher,
|
||||
'../../models/Project': {}
|
||||
'../../models/Project': {},
|
||||
'../Analytics/AnalyticsManager': { recordEvent: () => {} }
|
||||
}
|
||||
})
|
||||
|
||||
|
||||
Reference in New Issue
Block a user