Skip to content

Commit fd7c9f9

Browse files
Update knowledge-base/treeview-validate-drop-target.md
Co-authored-by: Tsvetomir Hristov <[email protected]>
1 parent 6881f5b commit fd7c9f9

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

knowledge-base/treeview-validate-drop-target.md

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -148,7 +148,6 @@ This TreeView does not allow the user to drop items from the Documents folder in
148148
}
149149
150150
var parentDestinationItem = Data.FirstOrDefault(e => e.Id.Equals(destinationItem.ParentId));
151-
152151
return IsChild(item, parentDestinationItem);
153152
}
154153

0 commit comments

Comments
 (0)