mirror of
https://gitee.com/openharmony/inputmethod_imf
synced 2024-12-03 20:41:16 +00:00
Signed-off-by: ma-shaoyin <mashaoyin1@huawei.com>
Changes to be committed:
This commit is contained in:
parent
cf481e0a6c
commit
44b6123e34
@ -367,6 +367,7 @@ napi_value JsTextInputClientEngine::DeleteForward(napi_env env, napi_callback_in
|
||||
if (code == ErrorCode::NO_ERROR) {
|
||||
ctxt->status = napi_ok;
|
||||
ctxt->SetState(ctxt->status);
|
||||
ctxt->isDeleteForward = true;
|
||||
} else {
|
||||
ctxt->SetErrorCode(code);
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user