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 Oct 22, 2023
1 parent 904a018 commit 2114952
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -167,7 +167,7 @@ public class ReactFeatureFlags {
public static boolean enableTurboModuleStableAPI = 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;

/**
* When enabled, it uses the modern fork of RuntimeScheduler that allows scheduling tasks with
Expand Down

0 comments on commit 2114952

Please sign in to comment.