Revert updatere's scrolling behavior. Fix #142
This commit is contained in:
parent
b1aecb607a
commit
97358afef9
@ -2389,7 +2389,7 @@
|
||||
}
|
||||
}
|
||||
$.before(updater.br, frag);
|
||||
if (scroll) return updater.br.previousSibling.scrollIntoView(false);
|
||||
if (scroll) return updater.br.previousSibling.scrollIntoView();
|
||||
}
|
||||
},
|
||||
timeout: function() {
|
||||
|
||||
@ -1,5 +1,6 @@
|
||||
master
|
||||
- Mayhem
|
||||
Reverted updater's scrolling behavior.
|
||||
Fix image posting on Firefox along with Unicode characters in the form.
|
||||
|
||||
2.25.1
|
||||
|
||||
@ -1887,7 +1887,7 @@ updater =
|
||||
|
||||
$.before updater.br, frag
|
||||
if scroll
|
||||
updater.br.previousSibling.scrollIntoView(false)
|
||||
updater.br.previousSibling.scrollIntoView()
|
||||
|
||||
timeout: ->
|
||||
updater.timeoutID = setTimeout updater.timeout, 1000
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user