Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: Allow line cursor next/prev to visit connected inputs (#114)
Allow the next/prev methods on LineCursor to visit inputs, even if the input has a block connected to it. Without this it's impossible to visit the connection between an statement input and the top block of the connected substack. Fixes #99.
- Loading branch information