Sdk/Console: Fix merge issue
This commit is contained in:
parent
f44a4dd349
commit
7cc94d0617
|
|
@ -68,7 +68,7 @@ namespace Ndk
|
||||||
|
|
||||||
m_input->OnTextAreaKeyBackspace.Connect([](const TextAreaWidget* textArea, bool* ignoreDefaultAction)
|
m_input->OnTextAreaKeyBackspace.Connect([](const TextAreaWidget* textArea, bool* ignoreDefaultAction)
|
||||||
{
|
{
|
||||||
if (textArea->GetGlyphUnderCursor() <= s_inputPrefixSize)
|
if (textArea->GetGlyphIndex() <= s_inputPrefixSize)
|
||||||
*ignoreDefaultAction = true;
|
*ignoreDefaultAction = true;
|
||||||
});
|
});
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue