redraw editor sooner

This commit is contained in:
🪞👃🪞 2024-10-21 02:28:45 +03:00
parent 9cbe805c46
commit 059b4c0aa8
4 changed files with 30 additions and 81 deletions

View file

@ -68,6 +68,7 @@ impl Arranger<Tui> {
},
_ => return self.arrangement.handle(from)
}
self.show_phrase();
Ok(Some(true))
}
}