fügte ein call hinzu um die prosition zurückzusdetzen
Dieser Commit ist enthalten in:
Ursprung
239e2b1dde
Commit
d73312713b
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
|
@ -1,5 +1,6 @@
|
||||||
/// disablejump.js
|
/// disablejump.js
|
||||||
(function() {
|
(function() {
|
||||||
|
document.scrollingElement.scrollIntoView();
|
||||||
HTMLElement.prototype.scrollIntoView = function() {
|
HTMLElement.prototype.scrollIntoView = function() {
|
||||||
console.debug("Tried to scroll");
|
console.debug("Tried to scroll");
|
||||||
};
|
};
|
||||||
|
|
Laden …
Tabelle hinzufügen
In neuem Issue referenzieren