Make it possible to set and use default family
This commit is contained in:
parent
d04337075a
commit
ea18576032
4 changed files with 11 additions and 8 deletions
|
|
@ -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 => {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue