Skip to content

Commit 802abdf

Browse files
author
Protik Biswas
committed
fixing linting issue
1 parent b1ef624 commit 802abdf

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

vnext/Microsoft.ReactNative/Fabric/Composition/TextInput/WindowsTextInputComponentView.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,7 +134,7 @@ struct WindowsTextInputComponentView
134134
float m_fontSizeMultiplier{1.0};
135135
int64_t m_mostRecentEventCount{0};
136136
int m_nativeEventCount{0};
137-
int m_lastSubmitEventCount{-1}; // Track the event count of the last onSubmitEditing
137+
int m_lastSubmitEventCount{-1}; // Track the event count of the last onSubmitEditing
138138
bool m_comingFromJS{false};
139139
bool m_comingFromState{false};
140140
int m_cDrawBlock{0};

0 commit comments

Comments
 (0)