mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-27 17:21:11 +00:00
commit
5b2cbb2f11
@ -7171,6 +7171,9 @@ void TextFieldPattern::HandleCursorOnDragMoved(const RefPtr<NotifyDragEvent>& no
|
||||
auto host = GetHost();
|
||||
CHECK_NULL_VOID(host);
|
||||
if (HasFocus()) {
|
||||
if (!isCursorAlwaysDisplayed_) {
|
||||
isCursorAlwaysDisplayed_ = true;
|
||||
}
|
||||
if (SystemProperties::GetDebugEnabled()) {
|
||||
TAG_LOGD(AceLogTag::ACE_TEXT_FIELD,
|
||||
"In OnDragMoved, the cursor has always Displayed in the textField, id:%{public}d", host->GetId());
|
||||
|
Loading…
Reference in New Issue
Block a user