Removed extra debug prints
Some checks failed
CI / build + test (push) Has been cancelled
CI / cargo audit (push) Has been cancelled

This commit is contained in:
2026-05-31 02:14:34 +02:00
parent 042652ec73
commit 582f9e1a37
3 changed files with 0 additions and 5 deletions

View File

@@ -146,7 +146,6 @@ impl<A: App> AppData<A>
}
}
eprintln!( "ltk: set_focus idx={:?} is_text_input={} was_text_input={}", idx, is_text_input, was_text_input );
if was_text_input && !is_text_input
{
self.deactivate_text_input();