Skip to content

Commit

Permalink
Issue#11068 PR#38649 [Android] Enable enableComposingSpanRestorationO…
Browse files Browse the repository at this point in the history
…nSameLength by default
  • Loading branch information
fknives committed Aug 17, 2023
1 parent 405a14e commit 8fde589
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -165,5 +165,5 @@ public class ReactFeatureFlags {
public static boolean enableDefaultAsyncBatchedPriority = false;

/** Enable keeping Composing Spans on Text input change if the new text has the same length. */
public static boolean enableComposingSpanRestorationOnSameLength = false;
public static boolean enableComposingSpanRestorationOnSameLength = true;
}

0 comments on commit 8fde589

Please sign in to comment.