@univerjs-pro/collaboration-client v0.5.4
Function: ISingleActiveUnitService()
function ISingleActiveUnitService(...args): void
Defined in: packages/collaboration-client/src/services/single-active-unit/single-active-unit.service.ts:9
It is not recommended to open multiple units in different browser tabs at the same time, especially when the there is not access to the internet. There is a great chance of loosing offline data! So we should make there is only one active unit at a time.
Parameters
Parameter | Type |
---|---|
…args | any [] |
Returns
void