* commit '3e7965f71c1ab5c89034deed85c093d8a5843a92': Fix: Insertion handle can be moved just by tapping.
This commit is contained in:
@@ -3770,7 +3770,8 @@ public class Editor {
|
||||
}
|
||||
mTouchToWindowOffsetY = newVerticalOffset + mLastParentY;
|
||||
|
||||
final float newPosX = rawX - mTouchToWindowOffsetX + mHotspotX;
|
||||
final float newPosX =
|
||||
rawX - mTouchToWindowOffsetX + mHotspotX + getHorizontalOffset();
|
||||
final float newPosY = rawY - mTouchToWindowOffsetY + mTouchOffsetY;
|
||||
|
||||
updatePosition(newPosX, newPosY);
|
||||
|
||||
Reference in New Issue
Block a user