Skip to content

Commit

Permalink
Fix banner not updating when switching to a tag
Browse files Browse the repository at this point in the history
  • Loading branch information
kra-mo committed Jan 15, 2024
1 parent 3fdaddc commit 8890947
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions hyperplane/window.py
Original file line number Diff line number Diff line change
Expand Up @@ -771,6 +771,7 @@ def __nav_stack_changed(self) -> None:
self.lookup_action("forward").set_enabled(bool(self.get_nav_bin().next_pages))

if not page.gfile:
self.banner.set_revealed(False)
return

class _SpecialUris:
Expand Down

0 comments on commit 8890947

Please sign in to comment.