We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 298da1c commit 43527d6Copy full SHA for 43527d6
src/cdk/drag-drop/drag-drop.md
@@ -132,7 +132,7 @@ to be applied.
132
By default, the preview of a `cdkDrag` will be inserted into the `<body>` of the page in order to
133
avoid issues with `z-index` and `overflow: hidden`. This may not be desireable in some cases,
134
because the preview won't retain its inherited styles. You can control where the preview is inserted
135
-using the `cdkDrawPreviewContainer` input. The possible values are:
+using the `cdkDragPreviewContainer` input on `cdkDrag`. The possible values are:
136
137
| Value | Description | Advantages | Disadvantages |
138
|-------------------|-------------------------|------------------------|---------------------------|
0 commit comments