Make it possible to set and use default family

This commit is contained in:
Jeremy Soller 2022-10-25 21:16:02 -06:00
parent d04337075a
commit ea18576032
4 changed files with 11 additions and 8 deletions

View file

@ -550,7 +550,7 @@ impl<'a> TextBuffer<'a> {
/// Perform a [TextAction] on the buffer
pub fn action(&mut self, action: TextAction) {
let mut old_cursor = self.cursor;
let old_cursor = self.cursor;
match action {
TextAction::Previous => {