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

Add methods to load/store TextEditState undoer #3479

Merged
merged 1 commit into from
Jan 7, 2024

Commits on Oct 17, 2023

  1. add methods to manipulate TextEditState undoer

    This feels awful, @emilk why does this have to be an Arc?
    
    Should the Arc be replaced with a new one when set_undoer is called,
    or should it just replace the undoer inside the Arc?
    
    Closes emilk#3436
    LoganDark committed Oct 17, 2023
    Configuration menu
    Copy the full SHA
    8fd70b1 View commit details
    Browse the repository at this point in the history