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 677b7b0 commit 94cffa4Copy full SHA for 94cffa4
1 file changed
src/components/MorphemeBox.tsx
@@ -73,7 +73,7 @@ export function MorphemeBox({
73
74
const editLabel = localizedStrings['%interlinearizer_tokenChip_editMorphemes%'].replace(
75
'{token}',
76
- token.surfaceText,
+ () => token.surfaceText,
77
);
78
79
return (
@@ -103,6 +103,7 @@ export function MorphemeBox({
103
aria-label={editLabel}
104
className={formClassName}
105
style={formStyle}
106
+ tabIndex={-1}
107
type="button"
108
onClick={(e) => {
109
e.preventDefault();
0 commit comments