ulyssa / modalkit

A Rust library for building modal editing applications
Apache License 2.0
49 stars 5 forks source link

Action::is_readonly is wrong for HistoryAction::Checkpoint #78

Closed ulyssa closed 1 year ago

ulyssa commented 1 year ago

The Action::is_readonly method needs to call the HistoryAction::is_readonly. Currently it just always returns false, which isn't true for HistoryAction::Checkpoint.