this repo has no description
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Turns out the space is not needed

+1 -1
+1 -1
src/components/compose.jsx
··· 2152 2152 }, 300); 2153 2153 } 2154 2154 } else if (key === '@') { 2155 - e.detail.value = value ? `@${value} ` : '​'; // zero-width space 2155 + e.detail.value = value ? `@${value}` : '​'; // zero-width space 2156 2156 if (more) { 2157 2157 e.detail.continue = true; 2158 2158 setTimeout(() => {