mirror of
https://github.com/discourse/discourse.git
synced 2025-01-19 07:42:45 +08:00
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:
parent
3eada7b572
commit
7ae116a389
|
@ -1098,6 +1098,10 @@ a.mention,
|
||||||
a.mention-group {
|
a.mention-group {
|
||||||
// linked
|
// linked
|
||||||
@include mention;
|
@include mention;
|
||||||
|
|
||||||
|
.user-status-message {
|
||||||
|
user-select: none;
|
||||||
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
.mention .emoji {
|
.mention .emoji {
|
||||||
|
|
Loading…
Reference in New Issue
Block a user