Skip to content

Commit

Permalink
Update src/Mentions.tsx
Browse files Browse the repository at this point in the history
Co-authored-by: afc163 <[email protected]>
  • Loading branch information
ilyassBZ and afc163 authored Sep 19, 2024
1 parent 32714f2 commit 507362d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Mentions.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -391,7 +391,7 @@ const InternalMentions = forwardRef<MentionsRef, MentionsProps>(
const matchOption = !!getOptions(nextMeasureText).length;

if (validateMeasure) {
//adding AltGraph also fort azert kjeyboard
// adding AltGraph also fort azert keyboard
if (
key === nextMeasurePrefix ||
key === 'Shift' ||
Expand Down

0 comments on commit 507362d

Please sign in to comment.