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

Dom state cache #240

Merged
merged 4 commits into from
Jun 27, 2023
Merged

Dom state cache #240

merged 4 commits into from
Jun 27, 2023

Commits on Jun 23, 2023

  1. Things are still breaking as we move from config to config.

    I want to keep impossible state impossible, but for some of the Selection mode transitions I need to know what the current state of the DOM is.
    
    We _could_ pass everything and kitchen sink in every time a DOM node changes but I think it would be more elegant to avoid that.
    Jachin Rupe committed Jun 23, 2023
    Configuration menu
    Copy the full SHA
    3ca0abe View commit details
    Browse the repository at this point in the history

Commits on Jun 26, 2023

  1. Getting a failing test.

    Jachin Rupe committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    030dd99 View commit details
    Browse the repository at this point in the history
  2. Using the DOM state cache to fix a bug.

    Jachin Rupe committed Jun 26, 2023
    Configuration menu
    Copy the full SHA
    79764a4 View commit details
    Browse the repository at this point in the history

Commits on Jun 27, 2023

  1. Adding disabled to the DomStateChache.

    Moving and cleaning up a couple of other things.
    Jachin Rupe committed Jun 27, 2023
    Configuration menu
    Copy the full SHA
    7306199 View commit details
    Browse the repository at this point in the history