diff --git a/PROMS/Volian.Controls.Library/EditItem.cs b/PROMS/Volian.Controls.Library/EditItem.cs index 460594e9..eb7437be 100644 --- a/PROMS/Volian.Controls.Library/EditItem.cs +++ b/PROMS/Volian.Controls.Library/EditItem.cs @@ -1832,10 +1832,9 @@ namespace Volian.Controls.Library } catch (NullReferenceException) { - // Handle the case where ActiveParent throws a NullReferenceException + // KL 7/11/2024 - Handle the case where ActiveParent throws a Null Reference Exception parentEditItem = MyStepPanel?.SelectedEditItem?.ActiveParent; } - //EditItem parentEditItem = MyStepPanel?.SelectedEditItem?.ActiveParent; // ActiveParent; StepConfig savOrigPasteConfig = MyItemInfo.MyConfig as StepConfig; int TopMostYBefore = TopMostEditItem.Top;