mirror of
https://github.com/gryf/pentadactyl-pm.git
synced 2025-12-21 00:28:00 +01:00
Kill the buffer.scrollTo redrawing hack.
This commit is contained in:
@@ -1334,11 +1334,6 @@ var Buffer = Module("buffer", {
|
||||
elem.scrollLeft = left;
|
||||
if (top != null)
|
||||
elem.scrollTop = top;
|
||||
|
||||
if (config.haveGecko("2.0") && !config.haveGecko("7.*"))
|
||||
elem.ownerDocument.defaultView
|
||||
.QueryInterface(Ci.nsIInterfaceRequestor).getInterface(Ci.nsIDOMWindowUtils)
|
||||
.redraw();
|
||||
},
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user