Skip to content

Commit

Permalink
fix: keybinds not working after search
Browse files Browse the repository at this point in the history
  • Loading branch information
kraanzu committed Sep 23, 2024
1 parent 8706dbd commit 321663a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion dooit/ui/widgets/bars/search_bar/bar.py
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ def dismiss(self, cancel: bool = False):
self.callback("")

self.switcher.current = "status_bar"
self.post_message(ModeChanged("NORMAL"))
self.app.post_message(ModeChanged("NORMAL"))
self.remove()

async def handle_key(self, event: events.Key) -> bool:
Expand Down

0 comments on commit 321663a

Please sign in to comment.