Lukáš Tinkl 0eb29c64e3
fix(StatusMessageHeader): unbreak context menu (#16965)
- when clicking the underlined profile name; the prob was that
`TapHandler` (unlike a `MouseArea`) is not a visual `Item` and hence
can't be a parent for the context menu
- small (unrelated) typo fix to unbreak GIF link previews...

Fixes #16950
2024-12-13 13:43:21 -05:00
..