From 563bff509ac7a474ca18b938792caeb54ff270f4 Mon Sep 17 00:00:00 2001 From: chapoi <101828855+chapoi@users.noreply.github.com> Date: Tue, 10 Oct 2023 21:16:57 +0300 Subject: [PATCH] UX: prevent (edited) and following from being copied (#23882) --- plugins/chat/assets/stylesheets/common/chat-message.scss | 1 + 1 file changed, 1 insertion(+) diff --git a/plugins/chat/assets/stylesheets/common/chat-message.scss b/plugins/chat/assets/stylesheets/common/chat-message.scss index c413e6dbbf0..bfe2a3875ae 100644 --- a/plugins/chat/assets/stylesheets/common/chat-message.scss +++ b/plugins/chat/assets/stylesheets/common/chat-message.scss @@ -97,6 +97,7 @@ display: inline-block; color: var(--primary-medium); font-size: var(--font-down-2); + user-select: none; } .chat-message-reaction-list,