Skip to content

Commit

Permalink
Fix Fabric-related comment
Browse files Browse the repository at this point in the history
  • Loading branch information
paultsimura committed Oct 23, 2023
1 parent 95a9dfe commit 54d1baf
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -238,7 +238,7 @@ function SuggestionMention({
useEffect(() => {
if (value.length < previousValue.length) {
// A workaround to not show the suggestions list when the user deletes a character before the mention.
// It is caused by a buggy behavior of the TextInput on iOS. Should be fixed after migration to the Fabric Arc.
// It is caused by a buggy behavior of the TextInput on iOS. Should be fixed after migration to Fabric.
// See: https://github.com/facebook/react-native/pull/36930#issuecomment-1593028467
return;
}
Expand Down

0 comments on commit 54d1baf

Please sign in to comment.