Browse Source

Merge pull request #6745 from vvlladd28/improvement/dashboard-selctor-widget/esc

[3.4] UI: Fixed incorrect close add widget panel with the escape key
pull/6782/head
Igor Kulikov 4 years ago
committed by GitHub
parent
commit
2d31c75304
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html

1
ui-ngx/src/app/modules/home/components/dashboard-page/dashboard-page.component.html

@ -235,6 +235,7 @@
[opened]="isEditingWidget || isAddingWidget"
(openedStart)="detailsDrawerOpenedStart()"
(closed)="detailsDrawerClosed()"
disableClose
mode="over"
position="end">
<tb-details-panel *ngIf="!isEditingWidgetClosed" fxFlex

Loading…
Cancel
Save