Fixed the easy search bugs
This commit is contained in:
parent
08b6fd09f9
commit
ec8876bb40
2 changed files with 37 additions and 16 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue