Skip to content
This repository was archived by the owner on Aug 31, 2021. It is now read-only.

Commit f56bb1e

Browse files
committed
[DG2] Fixed typo preventing EditModeReorderCompleted msg from being sent
1 parent 3483226 commit f56bb1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

Toolset/palettes/revdatagridlibrary/behaviorsdatagridbuttonbehavior.livecodescript

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9661,7 +9661,7 @@ end DG2_EnsureRowChainedBehavior
96619661

96629662
function DG2_GetMessageNameForTag pTag
96639663
switch pTag
9664-
case "EditModeReorderCompleted"
9664+
case "EditModeReorderStarted"
96659665
return kEditModeEditModeReorderStarted
96669666
case "EditModeReorderCompleted"
96679667
return kEditModeEditModeReorderCompleted

0 commit comments

Comments
 (0)