Skip to content

Commit

Permalink
Merge pull request telerik#6101 from icnocop/patch-2
Browse files Browse the repository at this point in the history
Updated DraggableEvent telerik#6101
  • Loading branch information
martintabakov authored Apr 6, 2021
2 parents f39f68a + 7b4adda commit f2c1c11
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion typescript/kendo.all.d.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1596,8 +1596,9 @@ declare namespace kendo.ui {
cancelHold(): void;
}

interface DraggableEvent {
interface DraggableEvent extends JQueryEventObject {
sender?: Draggable;
originalEvent: MouseEvent;
}

class DropTarget extends kendo.ui.Widget{
Expand Down

0 comments on commit f2c1c11

Please sign in to comment.