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

Use the current document and view for mode-change hooks #3508

Merged

Commits on Aug 23, 2022

  1. Use the original document and view for mode transition hooks

    When changing focus, the lookup with `current!` may change the
    view and end up executing mode transition hooks on the newly
    focused view. We should use the same view and document to execute
    mode transition hooks so that switching away from a view triggers
    history save points.
    the-mikedavis committed Aug 23, 2022
    Configuration menu
    Copy the full SHA
    b963657 View commit details
    Browse the repository at this point in the history