We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 6566639 commit 586cf14Copy full SHA for 586cf14
packages/react-native/ReactAndroid/src/main/java/com/facebook/react/config/ReactFeatureFlags.java
@@ -169,5 +169,5 @@ public class ReactFeatureFlags {
169
public static boolean enableTurboModuleStableAPI = false;
170
171
/** Enable keeping Composing Spans on Text input change if the new text has the same length. */
172
- public static boolean enableComposingSpanRestorationOnSameLength = false;
+ public static boolean enableComposingSpanRestorationOnSameLength = true;
173
}
0 commit comments