Revert "Add link to docs in setupDraggableNode docstring"

This reverts commit 1c7824b550.
This commit is contained in:
thepaperpilot 2024-03-12 21:52:19 -05:00
parent 643bfccada
commit 1e13da1129

View file

@ -89,8 +89,6 @@ export interface DraggableNode<T> {
/**
* Sets up a system to allow nodes to be moved within a board by dragging and dropping.
* Also allows for dropping nodes on other nodes to trigger code.
* Using this function is fairly advanced, consider reading through this docs page for guidance:
* https://moddingtree.com/guide/advanced-concepts/boards
* @param options Draggable node options.
* @returns A DraggableNode object.
*/