1
0
Fork 0
mirror of https://github.com/aclist/dztui.git synced 2025-06-26 10:58:58 +02:00

fix: restore keyboard input

This commit is contained in:
aclist 2024-10-31 16:41:28 +09:00
parent f6edbc1c95
commit be06a87d8d
3 changed files with 7 additions and 3 deletions
helpers

View file

@ -1932,7 +1932,7 @@ class FilterPanel(Gtk.Box):
case Gdk.KEY_Escape:
GLib.idle_add(self.restore_focus_to_treeview)
case _:
return True
return False
def get_outer_grid(self):
panel = self.get_parent()