Skip to content

Commit

Permalink
NAS-131770: Disable dragging widgets in view mode (#10868)
Browse files Browse the repository at this point in the history
  • Loading branch information
denysbutenko authored Oct 15, 2024
1 parent ac4f960 commit b3e120f
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@
ixDropGrid
[ixDropGridModel]="renderedGroups()"
[ixUiSearch]="searchableElements.elements.dashboard"
[cdkDropListGroupDisabled]="!isEditing()"
(ixDropGridModelChange)="onGroupsReordered($event)"
>
@if (renderedGroups().length > 0) {
Expand Down

0 comments on commit b3e120f

Please sign in to comment.