mirror of https://github.com/axmolengine/axmol.git
Merge pull request #14421 from zilongshanren/fixIssue14332
Fix onEndEditing issue in script.
This commit is contained in:
commit
27a5cdb295
|
@ -350,7 +350,7 @@ void EditBoxImplCommon::editBoxEditingDidEnd(const std::string& text)
|
|||
|
||||
if (_editBox != nullptr)
|
||||
{
|
||||
this->onEndEditing(text);
|
||||
this->onEndEditing(_text);
|
||||
}
|
||||
}
|
||||
|
||||
|
|
Loading…
Reference in New Issue