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

Track document changes in the jumplist #3592

Commits on Aug 28, 2022

  1. Track document changes in the jumplist

    Previously, the jumplist was not updated by changes to the document.
    This meant that the jumplist entries were prone to being incorrect
    after some edits and that usages of the jumplist were prone to panics
    if, for example, some edits truncated the document.
    
    This change applies `Transaction`s (document edits) to the selections
    stored in any jumplists.
    the-mikedavis committed Aug 28, 2022
    Configuration menu
    Copy the full SHA
    a0e0863 View commit details
    Browse the repository at this point in the history