diff options
Diffstat (limited to 'Timeline/ClientApp/src')
-rw-r--r-- | Timeline/ClientApp/src/app/data/DataHub.ts | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/Timeline/ClientApp/src/app/data/DataHub.ts b/Timeline/ClientApp/src/app/data/DataHub.ts index fd6b65d7..bfb96d1a 100644 --- a/Timeline/ClientApp/src/app/data/DataHub.ts +++ b/Timeline/ClientApp/src/app/data/DataHub.ts @@ -88,6 +88,7 @@ export class DataLine<TData> { return (
this._observers.length === 0 &&
+ !this._syncingSubject.value &&
(customDestroyable != null ? customDestroyable(this._current) : true)
);
}
|