We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 801b89c commit f495a6eCopy full SHA for f495a6e
src/textual/widgets/_markdown.py
@@ -800,7 +800,7 @@ async def _on_mount(self, _: Mount) -> None:
800
await self.update(self._markdown)
801
802
def on_markdown_link_clicked(self, event: LinkClicked) -> None:
803
- if self.is_external_link(event.href) and self._open_links:
+ if self._open_links:
804
self.app.open_url(event.href)
805
806
def _watch_code_dark_theme(self) -> None:
0 commit comments