mirror of
https://github.com/openharmony/miscservices_inputmethod.git
synced 2026-07-20 23:45:31 -04:00
@@ -295,7 +295,8 @@ using namespace MessageID;
|
||||
return;
|
||||
}
|
||||
|
||||
if (cursorInfo_.left == cursorInfo.left && cursorInfo_.top == cursorInfo.top && cursorInfo_.height == cursorInfo.height) {
|
||||
if (cursorInfo_.left == cursorInfo.left && cursorInfo_.top == cursorInfo.top
|
||||
&& cursorInfo_.height == cursorInfo.height) {
|
||||
return;
|
||||
}
|
||||
cursorInfo_ = cursorInfo;
|
||||
|
||||
Reference in New Issue
Block a user