fix(ux): make DeletePrevWord trigger channel update (#175)

Fixes #170
This commit is contained in:
Alex Pasmantier 2024-12-30 00:52:34 +01:00 committed by GitHub
parent 08fa41b06c
commit 97343c679d
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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 {