mirror of
https://github.com/9001/copyparty.git
synced 2026-06-19 04:32:26 -06:00
don't do scroll shenanigans on IE
This commit is contained in:
parent
1e42a8401e
commit
71aed49578
|
|
@ -7420,7 +7420,8 @@ function onwrapscroll () {
|
|||
|
||||
lastY = newY;
|
||||
}
|
||||
window.addEventListener('scroll', onwrapscroll);
|
||||
if(!IE)
|
||||
window.addEventListener('scroll', onwrapscroll);
|
||||
|
||||
function onwidgetresize(){
|
||||
var widget = ebi('widget');
|
||||
|
|
|
|||
Loading…
Reference in a new issue