Skip to content

Commit b1ef624

Browse files
author
Protik Biswas
committed
adding header and adding new field
1 parent 877fd6a commit b1ef624

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -134,6 +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
137138
bool m_comingFromJS{false};
138139
bool m_comingFromState{false};
139140
int m_cDrawBlock{0};

0 commit comments

Comments
 (0)