FIX: prevents user status selection in mentions (#28944)

Prior to this fix copy/pasting a text with mentions containing user status would paste the emoji name.
This commit is contained in:
Joffrey JAFFEUX 2024-09-17 15:36:15 +02:00 committed by GitHub
parent 3eada7b572
commit 7ae116a389
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -1098,6 +1098,10 @@ a.mention,
a.mention-group {
// linked
@include mention;
.user-status-message {
user-select: none;
}
}
.mention .emoji {