poppingmoon / aria

A cross-platform Misskey client built with Flutter
https://misskey.io/@aria_app
GNU Affero General Public License v3.0
65 stars 3 forks source link

fix: prevent child of interactive mfm from being tapped #261

Closed poppingmoon closed 1 month ago

poppingmoon commented 1 month ago

Wrapped child of [link]() and $[clickable] with AbsorbPointer to capture gesture correctly even if tappable mfm like :emoji: is contained in it.