You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
private AdvancedGenericMenuItem FindParent(stringname){string[]paths= name.Split('/');return FindOrCreateItem(string.Join("/", paths,0, paths.Length -1));// this join returns the same value as 'name'}
The method
AdvancedGenericMenu.FindParent
shoud be this
as the initial method returns the item itself instead of it's parent.
The text was updated successfully, but these errors were encountered: