mirror of
https://github.com/UndefinedOffset/SortableGridField.git
synced 2024-10-22 17:05:38 +02:00
Redraw is now called when sorting starts
This commit is contained in:
parent
089d4e796d
commit
3893e7b052
@ -29,6 +29,7 @@
|
||||
},
|
||||
start: function(event, ui) {
|
||||
pageArrows.show();
|
||||
pageArrows.redraw();
|
||||
pageArrows.startMoveTracking();
|
||||
},
|
||||
stop: function(event, ui) {
|
||||
|
Loading…
Reference in New Issue
Block a user