mirror of
https://github.com/arabianq/pipewire-soundpad.git
synced 2026-04-28 14:31:23 +00:00
refactor: enhance search field focus functionality and input handling
This commit is contained in:
@@ -86,13 +86,6 @@ impl App for SoundpadGui {
|
||||
}
|
||||
|
||||
self.draw(ui).ok();
|
||||
|
||||
if let Some(force_focus_id) = self.app_state.force_focus_id {
|
||||
ui.memory_mut(|reder| {
|
||||
reder.request_focus(force_focus_id);
|
||||
});
|
||||
self.app_state.force_focus_id = None;
|
||||
}
|
||||
});
|
||||
|
||||
ctx.request_repaint_after_secs(1.0 / 60.0);
|
||||
|
||||
Reference in New Issue
Block a user