append set_line_ending to document history (#2649)

This commit is contained in:
Kirawi 2022-06-02 11:46:53 -04:00 committed by GitHub
parent f7c27b604f
commit 4f3d0a7706
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -376,6 +376,7 @@ fn set_line_ending(
}),
);
doc.apply(&transaction, view.id);
doc.append_changes_to_history(view.id);
Ok(())
}