Changes to backend and tabs UI
This commit is contained in:
@ -89,7 +89,7 @@ document.addEventListener('DOMContentLoaded', function () {
|
||||
}
|
||||
|
||||
// Add debounced scroll event listener
|
||||
window.addEventListener('scroll', debounce(handleScroll, 20)); // 200ms debounce
|
||||
window.addEventListener('scroll', debounce(handleScroll, 0)); // 200ms debounce
|
||||
|
||||
});
|
||||
|
||||
|
||||
Reference in New Issue
Block a user