gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI
MIT License
2.25k stars 267 forks source link

onTapGesture #161

Closed Rukenshia closed 1 year ago

Rukenshia commented 1 year ago

I have a Markdown view in my project and would like to switch to an editing mode when you click on it, but onTapGesture is not getting called when I click on the rendered view. Is there another way of achieving this?

gonzalezreal commented 1 year ago

Could you please try if you can reproduce this issue in the latest release? https://github.com/gonzalezreal/swift-markdown-ui/releases/tag/2.0.0

If this is still the case, please let me know. Otherwise, I'd appreciate if you close this issue.

Rukenshia commented 1 year ago

thank you, works perfectly now!