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

Fixed the persisted viewmodel in Chrome #687

Open
wants to merge 4 commits into
base: main
Choose a base branch
from

Commits on Apr 27, 2019

  1. Configuration menu
    Copy the full SHA
    3c1104d View commit details
    Browse the repository at this point in the history
  2. Removed debugging line

    Also reverted DotVVM.DomUtils.ts which included an unnecessary line change
    GerardSmit committed Apr 27, 2019
    Configuration menu
    Copy the full SHA
    c3151c0 View commit details
    Browse the repository at this point in the history

Commits on Apr 29, 2019

  1. Added hidden input for the persisted viewmodel

    This way we can see if the browser supports reloading the hidden input fields. If this is not the case the History API will be used.
    GerardSmit committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    e492384 View commit details
    Browse the repository at this point in the history
  2. Removed unused variable

    GerardSmit committed Apr 29, 2019
    Configuration menu
    Copy the full SHA
    22aa524 View commit details
    Browse the repository at this point in the history