Append :fmt as a separate history state
This commit is contained in:
parent
2100f5a2c0
commit
5a245b83a0
1 changed files with 1 additions and 0 deletions
|
@ -927,6 +927,7 @@ mod cmd {
|
|||
|
||||
if let Ok(transaction) = transaction {
|
||||
doc.apply(&transaction, view.id);
|
||||
doc.append_changes_to_history(view.id);
|
||||
}
|
||||
}
|
||||
}
|
||||
|
|
Loading…
Add table
Reference in a new issue