Merge remote-tracking branch 'origin/main' into feature/documen-type-workspace
This commit is contained in:
@@ -1,5 +1,6 @@
|
||||
export * from './observer.controller';
|
||||
export * from './observer';
|
||||
export * from './basic-state';
|
||||
export * from './boolean-state';
|
||||
export * from './number-state';
|
||||
export * from './string-state';
|
||||
|
||||
@@ -17,7 +17,8 @@ export class UmbObserver<T> {
|
||||
}
|
||||
|
||||
hostDisconnected() {
|
||||
this.#subscription.unsubscribe();
|
||||
// No cause then it cant re-connect, if the same element just was moved in DOM.
|
||||
//this.#subscription.unsubscribe();
|
||||
}
|
||||
|
||||
destroy(): void {
|
||||
|
||||
Reference in New Issue
Block a user