Skip to content

Commit 4d45642

Browse files
committed
- moving of array items was broken due to "move-select" action not also renamed in code to "move-start"
1 parent 7638927 commit 4d45642

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

plugins/jsonary.render.table.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -686,7 +686,7 @@
686686
return this.serverSide.action.apply(this, arguments);
687687
}
688688
return true;
689-
} else if (actionName == "move-select") {
689+
} else if (actionName == "move-start") {
690690
var index = arg1;
691691
context.uiState.moveRow = index;
692692
return true;

0 commit comments

Comments
 (0)