igniteui-angular-samples icon indicating copy to clipboard operation
igniteui-angular-samples copied to clipboard

Errors thrown when dragging elements in same group for Drag&Drop sample

Open skrustev opened this issue 1 year ago • 0 comments

Description

Errors are thrown when dragging a card inside the same group.

Steps to reproduce

  1. Open https://www.infragistics.com/angular-demos/interactions/kanban-sample
  2. In the To Do section drag a card up/down to go over another card
  3. Observe the console

Result

Errors are thrown:

TypeError: Cannot read properties of undefined (reading 'nativeElement') at s.onItemLeave (711.8afdec845d50a74f.js:1:37767)

Expected result

There should be no errros

skrustev avatar Jul 22 '24 08:07 skrustev