mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2026-01-09 04:54:10 +01:00
canonicalKeys("<S-a>") → "A".
This commit is contained in:
@@ -770,15 +770,6 @@ var DOM = Class("DOM", {
|
||||
continue;
|
||||
|
||||
force = Math.round(isect.width - rect.width) || Math.round(isect.height - rect.height);
|
||||
let vp = parent.viewport;
|
||||
if (force)
|
||||
util.dump(vp,
|
||||
rect.left - vp.left,
|
||||
rect.right - vp.right,
|
||||
rect.top - vp.top,
|
||||
rect.bottom - vp.bottom,
|
||||
isect.width - rect.width, isect.height - rect.height,
|
||||
parent[0]);
|
||||
if (force)
|
||||
break;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user