We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e41db3a commit 4be3825Copy full SHA for 4be3825
1 file changed
src/Mentions.tsx
@@ -189,6 +189,7 @@ class Mentions extends React.Component<MentionsProps, MentionsState> {
189
if (validateMeasure) {
190
if (
191
key === measurePrefix ||
192
+ key === 'Shift'||
193
measuring ||
194
(measureText !== prevMeasureText && matchOption)
195
) {
0 commit comments