Skip to content

Commit

Permalink
Fix LT-21915: Additional glitches in Move up/Move down options (#196)
Browse files Browse the repository at this point in the history
  • Loading branch information
jtmaxwell3 authored Nov 6, 2024
1 parent fd69e47 commit f9a0f28
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Src/Common/Controls/DetailControls/Slice.cs
Original file line number Diff line number Diff line change
Expand Up @@ -2804,7 +2804,7 @@ private void MoveField(Direction dir)
}
else
{
swapWith = NextPartSibling(fieldRef.NextSibling);
swapWith = NextPartSibling(fieldRef);
}

var parent = fieldRef.ParentNode;
Expand Down

0 comments on commit f9a0f28

Please sign in to comment.