reacts on ios are grayed out and cannot be used #22
Loading…
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Not entirely sure how to debug that, but let's see if I can figure it out.
I'll also test in safari ig?
Yeah that makes things a lot easier - it's also borked on desktop safari.
That means it's a webkit quirk (or rather chrome has a quirk around it).
Ok so the issue is that there is an element that looks like so that covers the reacts (so the click doesn't go through):
<header class="_acrylic" data-v-f6f14d91="">Custom Emoji</header>
If I remove it via inspect element, reactions become available again.
Looks like it's the
_acrylic
class that creates the issue.src/components/emoji-picker.vue:59
is the header and it is indeed the class.The source of the issue is
10d401afc2
I will revert it for now.