File tree Expand file tree Collapse file tree 1 file changed +8
-4
lines changed
src/packages/core/collection/components Expand file tree Collapse file tree 1 file changed +8
-4
lines changed Original file line number Diff line number Diff line change @@ -110,6 +110,13 @@ export class UmbCollectionViewBundleElement extends UmbLitElement {
110
110
111
111
#onClick( view : UmbCollectionViewLayout ) {
112
112
this . #collectionContext?. setLastSelectedView ( this . _entityUnique , view . alias ) ;
113
+
114
+ setTimeout ( ( ) => {
115
+ // TODO: This ignorer is just neede for JSON SCHEMA TO WORK, As its not updated with latest TS jet.
116
+ // eslint-disable-next-line @typescript-eslint/ban-ts-comment
117
+ // @ts -ignore
118
+ this . _popover ?. hidePopover ( ) ;
119
+ } , 100 ) ;
113
120
}
114
121
115
122
override render ( ) {
@@ -151,15 +158,12 @@ export class UmbCollectionViewBundleElement extends UmbLitElement {
151
158
css `
152
159
: host {
153
160
--uui-button-content-align : left;
161
+ --uui-menu-item-flat-structure : 1 ;
154
162
}
155
163
156
164
.filter-dropdown {
157
165
padding : var (--uui-size-space-3 );
158
166
}
159
-
160
- umb-icon {
161
- display : inline-block;
162
- }
163
167
` ,
164
168
] ;
165
169
}
You can’t perform that action at this time.
0 commit comments