Skip to content

Commit

Permalink
Follow links in markdown
Browse files Browse the repository at this point in the history
  • Loading branch information
tsterbak committed May 7, 2023
1 parent 5c10c71 commit 5dee245
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion openandroidinstaller/styles.py
Original file line number Diff line number Diff line change
Expand Up @@ -27,4 +27,4 @@ class Markdown(ft.Markdown):
"""Markdown element to replace the markdown element from flet but is selectable."""

def __init__(self, *args, **kwargs):
super().__init__(selectable=True, *args, **kwargs)
super().__init__(selectable=True, auto_follow_links=True, *args, **kwargs)

0 comments on commit 5dee245

Please sign in to comment.