[2.1][FIXED] GridPanel: enableDragDrop: true makes rowselect fire twice
[2.1][FIXED] GridPanel: enableDragDrop: true makes rowselect fire twice
Hello,
when you set enableDragDrop: true on a GridPanel, the rowselect-event fires on a mousebutton-down, but also on a mousebuttonup on the same row. I use this event to load a form, now the form is loaded twice.