Update unsaved status on undo/redo/replace/paste

Fixes: #116

Issue #116 concerns undo and redo, but I also found a few other
instances where the unsaved indicator wasn't correctly updated. I fixed
those as well.
This commit is contained in:
Josh Megnauth 2024-03-26 01:51:00 -04:00 committed by Jeremy Soller
parent 59933e6a03
commit 3d4fa84759
3 changed files with 38 additions and 17 deletions

2
Cargo.lock generated
View file

@ -1161,7 +1161,7 @@ dependencies = [
[[package]]
name = "cosmic-text"
version = "0.11.2"
source = "git+https://github.com/pop-os/cosmic-text.git#b08676909f882f553ab574601b35b58276a52458"
source = "git+https://github.com/pop-os/cosmic-text.git#ff5501d9a36e51c50d908413caf7632d8f7533b7"
dependencies = [
"bitflags 2.4.2",
"cosmic_undo_2",