Skip to content

Commit 85d17b1

Browse files
[DSC-2002] Removed code
1 parent 9289b1e commit 85d17b1

1 file changed

Lines changed: 1 addition & 5 deletions

File tree

src/app/shared/form/chips/chips.component.html

Lines changed: 1 addition & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,7 @@
2020
(cdkDropListDropped)="onDrop($event)"
2121
[ngbTooltip]="tipContent"
2222
(mouseover)="showTooltip(t, i)"
23-
(mouseout)="t.close()"
24-
cdkDropList
25-
[cdkDropListData]="{item: c, index: i}"
26-
cdkDropListOrientation="horizontal"
27-
(cdkDropListDropped)="onDrop($event)">
23+
(mouseout)="t.close()">
2824
<a class="flex-sm-fill text-sm-center nav-link active bg-info"
2925
cdkDrag
3026
(cdkDragStarted)="onDrag(i)"

0 commit comments

Comments
 (0)