Skip to content

Commit 11116d5

Browse files
michalkoziarammalerba
authored andcommitted
refactor(cdk/drag-drop): change misleading comment (#17949)
Changes misleading comment about item that was dragged into container.
1 parent e48b960 commit 11116d5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/drag-drop/drag-events.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@ export interface CdkDragEnd<T = any> {
3333
export interface CdkDragEnter<T = any, I = T> {
3434
/** Container into which the user has moved the item. */
3535
container: CdkDropList<T>;
36-
/** Item that was removed from the container. */
36+
/** Item that was moved into the container. */
3737
item: CdkDrag<I>;
3838
/** Index at which the item has entered the container. */
3939
currentIndex: number;

0 commit comments

Comments
 (0)