Skip to content

Commit cee031c

Browse files
committed
Add comment as requested by Jason
1 parent 4b1036e commit cee031c

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

Src/xWorks/DTMenuHandler.cs

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -653,6 +653,7 @@ private void MoveTemplate(IMoInflAffixTemplate template, IPartOfSpeech selectedP
653653
{
654654
if (template.Owner == selectedPOS)
655655
{
656+
// Don't move the template to selectedPOS if it is already there.
656657
return;
657658
}
658659
UndoableUnitOfWorkHelper.DoUsingNewOrCurrentUOW("Undo Move Template",

0 commit comments

Comments
 (0)