mirror of
https://gitee.com/openharmony/arkui_ace_engine
synced 2024-11-27 01:03:08 +00:00
!48981 [richEditor]手柄移动进行缩放后保持可见
Merge pull request !48981 from zzc0127/move
This commit is contained in:
commit
e783b789c0
@ -81,6 +81,8 @@ bool RichEditorSelectOverlay::CheckHandleVisible(const RectF& paintRect)
|
||||
return false;
|
||||
}
|
||||
|
||||
// Keep handle visible when moving
|
||||
CHECK_NULL_RETURN(!isHandleMoving_ || IsSingleHandle(), true);
|
||||
auto visibleContentRect = GetVisibleContentRect();
|
||||
GetClipHandleViewPort(visibleContentRect);
|
||||
if (visibleContentRect.IsEmpty()) {
|
||||
|
Loading…
Reference in New Issue
Block a user