From 04a9cd7511cabd573a40d966175092b1c3897602 Mon Sep 17 00:00:00 2001 From: gizmo385 Date: Thu, 31 Oct 2024 16:46:53 +0000 Subject: [PATCH] Fix the currently selected repo display --- lazy_github/ui/widgets/actions.py | 2 -- 1 file changed, 2 deletions(-) diff --git a/lazy_github/ui/widgets/actions.py b/lazy_github/ui/widgets/actions.py index 5b36dc8..ea20c9f 100644 --- a/lazy_github/ui/widgets/actions.py +++ b/lazy_github/ui/widgets/actions.py @@ -58,8 +58,6 @@ async def fetch_more_workflows(self, batch_size: int, batch_to_fetch: int) -> li return [workflow_to_cell(w) for w in new_workflows] async def on_repo_selected(self, message: RepoSelected) -> None: - message.stop() - workflows = await list_workflows(message.repo) self.workflows = {} rows = []