append set_line_ending
to document history (#2649)
This commit is contained in:
parent
f7c27b604f
commit
4f3d0a7706
1 changed files with 1 additions and 0 deletions
|
@ -376,6 +376,7 @@ fn set_line_ending(
|
|||
}),
|
||||
);
|
||||
doc.apply(&transaction, view.id);
|
||||
doc.append_changes_to_history(view.id);
|
||||
|
||||
Ok(())
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue