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] use Node.parentNode instead Node.parentElement in dom.ts. #7724

Merged
merged 2 commits into from Aug 6, 2022
Merged

[fix] use Node.parentNode instead Node.parentElement in dom.ts. #7724

merged 2 commits into from Aug 6, 2022

Commits on Jul 25, 2022

  1. use Node.parentNode instead Node.parentElement in dom.ts.

    This is for a simple legacy browsers compatibility (specifically, IE11).
    Tal500 committed Jul 25, 2022
    Configuration menu
    Copy the full SHA
    b8a1d7a View commit details
    Browse the repository at this point in the history

Commits on Jul 28, 2022

  1. remove the comment in src/runtime/internal/dom.ts

    It could be noisy.
    
    Co-authored-by: Ben McCann <322311+benmccann@users.noreply.github.com>
    Tal500 and benmccann committed Jul 28, 2022
    Configuration menu
    Copy the full SHA
    c1a6c18 View commit details
    Browse the repository at this point in the history