Fixed the easy search bugs

This commit is contained in:
Mikayla Maki 2022-09-03 13:46:36 -07:00
parent 08b6fd09f9
commit ec8876bb40
2 changed files with 37 additions and 16 deletions

View file

@ -91,8 +91,8 @@ impl TerminalView {
if !cx.is_self_focused() {
this.has_new_content = true;
cx.notify();
cx.emit(Event::Wakeup);
}
cx.emit(Event::Wakeup);
}
Event::Bell => {
this.has_bell = true;