You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: src/cdk/drag-drop/drag-drop.md
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -61,7 +61,7 @@ by the directives:
61
61
|`.cdk-drag`| Corresponds to a `cdkDrag` instance. |
62
62
|`.cdk-drag-preview`| This is the element that will be rendered next to the user's cursor as they're dragging an item in a sortable list. By default the element looks exactly like the element that is being dragged. |
63
63
|`.cdk-drag-placeholder`| This is element that will be shown instead of the real element as it's being dragged inside a `cdkDropList`. By default this will look exactly like the element that is being sorted. |
64
-
|`.cdk-drop-dragging`| A class that is added to `cdkDropList` while the user is dragging an item. |
64
+
|`.cdk-drop-list-dragging`| A class that is added to `cdkDropList` while the user is dragging an item. |
65
65
66
66
### Animations
67
67
The drag-and-drop module supports animations both while sorting an element inside a list, as well as
0 commit comments