Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Fix parsing of nested links #73

Merged
merged 1 commit into from
Jul 10, 2023
Merged

Commits on Jul 9, 2023

  1. Fix parsing of nested links

    Enter event for LabelText should be inserted before existing events at the index in order
    to have correct nesting. Otherwise nested elements could have Enter event first and that
    would result in incorrect nesting in the tree when converting to AST.
    
    Fixes wooorm#50
    sheremetyev committed Jul 9, 2023
    Configuration menu
    Copy the full SHA
    7d22515 View commit details
    Browse the repository at this point in the history