mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 05:07:59 +01:00
Fix :bmark!.
--HG-- extra : rebase_source : 0a2fca19627555ada35aa580e58bc5e0e608a756
This commit is contained in:
@@ -266,6 +266,7 @@ const Hints = Module("hints", {
|
||||
|
||||
hint.span = baseNodeAbsolute.cloneNode(true);
|
||||
|
||||
rect = elem.getClientRects()[0] || rect;
|
||||
let leftPos = Math.max((rect.left + offsetX), offsetX);
|
||||
let topPos = Math.max((rect.top + offsetY), offsetY);
|
||||
|
||||
|
||||
Reference in New Issue
Block a user