mirror of
https://github.com/alexpasmantier/television.git
synced 2025-06-06 03:25:23 +00:00
parent
08fa41b06c
commit
97343c679d
@ -285,6 +285,7 @@ impl Television {
|
||||
match action {
|
||||
Action::AddInputChar(_)
|
||||
| Action::DeletePrevChar
|
||||
| Action::DeletePrevWord
|
||||
| Action::DeleteNextChar => {
|
||||
let new_pattern = input.value().to_string();
|
||||
if new_pattern != self.current_pattern {
|
||||
|
Loading…
x
Reference in New Issue
Block a user