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:
parent
59933e6a03
commit
3d4fa84759
3 changed files with 38 additions and 17 deletions
2
Cargo.lock
generated
2
Cargo.lock
generated
|
|
@ -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",
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue