Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion src/cdk/drag-drop/drop.ts
Original file line number Diff line number Diff line change
Expand Up @@ -80,7 +80,7 @@ export class CdkDrop<T = any> implements OnInit, OnDestroy {
* Function that is used to determine whether an item
* is allowed to be moved into a drop container.
*/
@Input('cdkDropEnterPredication')
@Input('cdkDropEnterPredicate')
enterPredicate: (drag?: CdkDrag, drop?: CdkDrop) => boolean = () => true

/** Emits when the user drops an item inside the container. */
Expand Down