This commit is contained in:
Jesper Møller Jensen
2023-11-21 16:54:45 +13:00
parent e6ee6acad5
commit a3238290b6

View File

@@ -33,6 +33,7 @@ export class UmbCollectionViewBundleElement extends UmbLitElement {
this.observe(
this.#collectionContext!.currentView,
(view) => {
//TODO: This is not called when the view is changed
this._currentView = view;
},
'umbCurrentCollectionViewObserver',