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 b1ef624 commit 802abdfCopy full SHA for 802abdf
vnext/Microsoft.ReactNative/Fabric/Composition/TextInput/WindowsTextInputComponentView.h
@@ -134,7 +134,7 @@ struct WindowsTextInputComponentView
134
float m_fontSizeMultiplier{1.0};
135
int64_t m_mostRecentEventCount{0};
136
int m_nativeEventCount{0};
137
- int m_lastSubmitEventCount{-1}; // Track the event count of the last onSubmitEditing
+ int m_lastSubmitEventCount{-1}; // Track the event count of the last onSubmitEditing
138
bool m_comingFromJS{false};
139
bool m_comingFromState{false};
140
int m_cDrawBlock{0};
0 commit comments