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