Skip to content

Commit 3973e89

Browse files
committed
docs(row-drag): Fixing the changelog snippet #6081
1 parent 6eaf5f1 commit 3973e89

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

Diff for: CHANGELOG.md

+3-1
Original file line numberDiff line numberDiff line change
@@ -36,7 +36,9 @@ All notable changes for each version of this project will be documented in this
3636
<igx-column [field]="'ProductID'"></igx-column>
3737
<igx-column [field]="'UnitsInStock'"></igx-column>
3838
<ng-template let-data igxRowDragGhost>
39-
Moving {{data.ProductName}}!
39+
<div>
40+
Moving {{data.ProductName}}!
41+
</div>
4042
</ng-template>
4143
</igx-grid>
4244
```

0 commit comments

Comments
 (0)