Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
adetaylor committed Sep 17, 2024
1 parent ec05404 commit 478b359
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/browser/browser.py
Original file line number Diff line number Diff line change
Expand Up @@ -64,7 +64,7 @@ def minimumSizeHint(self):
"""
return QSize(800, 400)

def mouseReleaseEvent(self, event: QMouseEvent | None) -> None:
def mouseReleaseEvent(self, event) -> None:
"""
Handle a click somewhere in the renderer area. See if it
matches any known link.
Expand Down

0 comments on commit 478b359

Please sign in to comment.