Skip to content

Commit b72c1b7

Browse files
crisbetojelbourn
authored andcommitted
chore(drag-drop): fix incorrect property description (#15656)
Fixes a wrong docstring that was copied from another property.
1 parent 03fb711 commit b72c1b7

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/cdk/drag-drop/directives/drop-list.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -117,7 +117,7 @@ export class CdkDropList<T = any> implements CdkDropListContainer, AfterContentI
117117
}
118118
private _disabled = false;
119119

120-
/** Whether starting a dragging sequence from this container is disabled. */
120+
/** Whether sorting within this drop list is disabled. */
121121
@Input('cdkDropListSortingDisabled')
122122
get sortingDisabled(): boolean { return this._sortingDisabled; }
123123
set sortingDisabled(value: boolean) {

0 commit comments

Comments
 (0)