Skip to content

issues Search Results · repo:davidfig/tree language:JavaScript

Filter by

3 results
 (58 ms)

3 results

indavidfig/tree (press backspace or delete to remove)

it looks like there may be a one-off bug when dragging and dropping in a subtree. I made the following change to the first line of getChildIndex(): let index = parent.data.parent ? -1 : 0 without that ...
  • sdavey
  • 1
  • Opened 
    on Mar 5, 2023
  • #11

The threshold for number of pixels to drag before a leaf can be moved is currently ignored by the javascript code. https://davidfig.github.io/tree/jsdoc/class/src/tree.js~Tree.html#instance-constructor-constructor ...
  • dchiasson
  • Opened 
    on Feb 16, 2023
  • #10

Your sample works great but it is a hard coded version and does not use the actual treejs api. Trying to use the sample provides no access to any events. Would be nice to have a sample that actually use ...
  • sodapopzs
  • Opened 
    on Apr 27, 2022
  • #4
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Press the
/
key to activate the search input again and adjust your query.
Issue origami icon

Learn how you can use GitHub Issues to plan and track your work.

Save views for sprints, backlogs, teams, or releases. Rank, sort, and filter issues to suit the occasion. The possibilities are endless.Learn more about GitHub Issues
ProTip! 
Restrict your search to the title by using the in:title qualifier.
Issue search results · GitHub