mirror of
https://github.com/turt2live/matrix-dimension.git
synced 2024-10-01 01:05:53 -04:00
Fix auto-expanding the edit screen for widgets
This commit is contained in:
parent
fce6f2174a
commit
00b7ddcc1a
@ -1,7 +1,7 @@
|
||||
<div *ngIf="isLoading">
|
||||
<div *ngIf="widgetComponent.isLoading">
|
||||
<my-spinner></my-spinner>
|
||||
</div>
|
||||
<div *ngIf="!isLoading">
|
||||
<div *ngIf="!widgetComponent.isLoading">
|
||||
<my-ibox [isCollapsible]="true" [defaultCollapsed]="widgetComponent.defaultExpandedWidgetId">
|
||||
<h5 class="my-ibox-title">
|
||||
<i class="far fa-plus-square"></i> Add {{ widgetComponent.defaultName }}
|
||||
|
Loading…
Reference in New Issue
Block a user