You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// Conversely, if the input starts in RTL and the mentioned user's name is in LTR, it appears as "{Eng}@ cibarA."
28
+
// If typing continues, it is rendered as: "{Eng}{AdditionalText}@ cibarA."
29
+
//
30
+
// While this follows the natural text direction, it can make mentions harder to distinguish.
31
+
// To address this, we use the RLM or LRM Unicode characters to reset subsequent spans based on the last text string of the user's name.
32
+
// By applying this trick, the result will be displayed as "Hello @{cibarA} {txeTlanoitiddA}" or "{AdditionalText} {Eng}@ cibarA," ensuring the mention block remains clearly distinguishable.
0 commit comments