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 4, 2023
1 parent f32f142 commit 1e3f017
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -162,5 +162,5 @@ public class ReactFeatureFlags {
public static boolean enableCleanParagraphYogaNode = 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 1e3f017

Please sign in to comment.