gonzalezreal / swift-markdown-ui

Display and customize Markdown text in SwiftUI

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

onTapGesture

Rukenshia opened this issue · comments

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?

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.

commented

thank you, works perfectly now!