knopp / flutter_reorderable_list

ReorderableList for Flutter
BSD 3-Clause "New" or "Revised" License
335 stars 98 forks source link

Fix cancel dragging logic #55

Open TheVinhLuong opened 1 year ago

TheVinhLuong commented 1 year ago

The code line 230 seems strange to me because at line 227 _dragging is always set to null. Maybe this is a mistake? Please close this PR if it is not.