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: src/treeview/draganddrop.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -15,5 +15,5 @@
15
15
<divid="description">
16
16
<p>The <code>TreeView</code> component allows the user to drag any node and drop the child or sibling of any other nodes. This can be enabled by <code>allowDragAndDrop</code> property.</p>
17
17
<p>In this demo, TreeView was enabled with multiple selection and drag and drop, so you can drag more than one node and drop.</p>
18
-
<p>For more information, you can refer the <ahref="../documentation/treeview/drag-drop.html" target="_blank">Drag and Drop</a> section from the documentation.</p>
18
+
<p>For more information, you can refer the <ahref="../documentation/treeview/drag-and-drop.html" target="_blank">Drag and Drop</a> section from the documentation.</p>
0 commit comments