Merge remote-tracking branch 'origin/main' into feature/documen-type-workspace

This commit is contained in:
Niels Lyngsø
2023-03-29 16:08:34 +02:00
146 changed files with 1350 additions and 436 deletions

View File

@@ -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';

View File

@@ -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 {