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
Copy file name to clipboardExpand all lines: Nodify/NodifyEditor.Dragging.cs
+2-1Lines changed: 2 additions & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -108,7 +108,8 @@ public void BeginDragging(IEnumerable<ItemContainer> containers)
108
108
/// Updates the position of the items being dragged by a specified offset.
109
109
/// </summary>
110
110
/// <param name="amount">The vector by which to adjust the position of the dragged items.</param>
111
-
/// This method adjusts the items positions incrementally. It should only be called while a dragging operation is in progress (see <see cref="BeginDragging"/>).
111
+
/// <remarks>
112
+
/// This method adjusts the items positions incrementally. It should only be called while a dragging operation is in progress (see <see cref="BeginDragging" />).
0 commit comments