{
if (timeoutScroll) {
clearTimeout(timeoutScroll);
}
scrollActive = true;
timeoutScroll = setTimeout(() => {
scrollActive = false;
timeoutScroll = null;
}, 150);
}"
x-ref="releases">