mirror of
https://gitlab.winehq.org/wine/wine-gecko.git
synced 2024-09-13 09:24:08 -07:00
Bug 1128187 - Supply RTL for Caret-Handle, r=rnewman
This commit is contained in:
parent
64b738d06a
commit
0b8b329485
@ -1243,6 +1243,7 @@ var SelectionHandler = {
|
||||
return [{ handle: this.HANDLE_TYPE_CARET,
|
||||
left: x + scroll.X,
|
||||
top: y + scroll.Y,
|
||||
rtl: this._targetIsRTL,
|
||||
hidden: checkHidden(x, y) }];
|
||||
} else {
|
||||
let anchorX = this._cache.anchorPt.x;
|
||||
|
Loading…
Reference in New Issue
Block a user