adishee
Member since
{
const element = document.getElementById(elementId);
if (!element) return;
element.scrollIntoView({ behavior: 'smooth', block: 'start' });
const highlightClasses = ['bg-yellow-100', 'dark:bg-sky-700', 'transition-colors', 'duration-1000'];
element.classList.add(...highlightClasses);
setTimeout(() => element.classList.remove(...highlightClasses), 2000);
});
"
>
Recent Activity
Created comment
It's always the biggest problem for us Realism-only players.
Oct 27, 2025 7:16 PM
View details
Edited comment
Any chance to keep this 3.11-compatible? :( Since it is LTS :(
:( I've said it before and I'll say it again, we should still be on 3.9.
Oct 27, 2025 2:28 PM
View details
Created comment
Any chance to keep this 3.11-compatible? :( Since it is LTS :(
:( I've said it before and I'll say it again, we should still be on 3.9.
Oct 27, 2025 2:25 PM
View details
Created comment
I'm glad this came out on 3.11 because I'll be on that for a while. Would love an API to play with
Oct 15, 2025 1:31 PM
View details
Created comment
Don't think that has anything to do with WHM. I would recommend rolling back your mods and starting fresh and adding one mod at a time to see which one is causing issues.
Oct 13, 2025 8:12 PM
View details