Signed-off-by: Esteban Papp <81431996+amznestebanpapp@users.noreply.github.com>
This commit is contained in:
pappeste
2021-06-18 15:47:56 -07:00
committed by Esteban Papp
parent 89c99b15af
commit 3c56edb827
34 changed files with 91 additions and 91 deletions
@@ -647,7 +647,7 @@ bool UiTextInputComponent::HandleKeyInputBegan(const AzFramework::InputChannel::
// Append text from clipboard
textString.insert(m_textCursorPos, clipboardText);
m_textCursorPos += clipboardText.length();
m_textCursorPos += static_cast<int>(clipboardText.length());
m_textSelectionStartPos = m_textCursorPos;
// If max length is set, remove extra characters