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
when you click on something like change branch length, the cursor should be already there for the user to just type, in contrast with the current situation where the user must click in the form to input the new branch length.
In the case of branch length, the solution is to add branchWidthFrom.focus after the document.body.appendChild(branchWidthForm).