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
Right now, if you click "add edge" the target field reads "pick one..." You cannot type into this field as you used to be able to. If you click on a node it will be selected. Then you can click "change target" and it works as previously (you see an autocomplete list). The autocomplete list should work when first loaded.
The text was updated successfully, but these errors were encountered:
The problem was the optimization skipped constructing any components that weren't displayed when not in edit mode, so the call to enable the AutoComplete field was being made with a non-existing AutoComplete field.
In general, we probably need to completely rewrite the EdgeEditor to simplify it (or break out the components) now that we have a better grasp of what it needs to do.
Right now, if you click "add edge" the target field reads "pick one..." You cannot type into this field as you used to be able to. If you click on a node it will be selected. Then you can click "change target" and it works as previously (you see an autocomplete list). The autocomplete list should work when first loaded.
The text was updated successfully, but these errors were encountered: