Skip to content

Commit 586cf14

Browse files
committed
Issue#11068 PR#38649 [Android] Enable enableComposingSpanRestorationOnSameLength by default
1 parent 6566639 commit 586cf14

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/react-native/ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -169,5 +169,5 @@ public class ReactFeatureFlags {
169169
public static boolean enableTurboModuleStableAPI = false;
170170

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

0 commit comments

Comments
 (0)