seiyamiyaoka
Results
1
comments of
seiyamiyaoka
When inputting Japanese continuously https://github.com/signavio/react-mentions/blob/master/src/MentionsInput.js#L314 ``` ## before let newValue = applyChangeToValue( value, markup, newPlainTextValue, this.state.selectionStart, this.state.selectionEnd, ev.target.selectionEnd, displayTransform, regex ) ``` ``` after let newValue = newPlainTextValue === '@'...