-
Notifications
You must be signed in to change notification settings - Fork 217
Open
Labels
@yanmariomenev
Description
Description
Drag and Drop kendoDragTarget will not work with image elements.
Steps To Reproduce
https://stackblitz.com/edit/angular-fbkd4ih2?file=src%2Fapp%2Fapp.component.ts
Screenshots or video
Screen.Recording.2025年08月28日.at.9.22.14.mov
Workaround
Set [draggable]="false"
on the img element.