Trinagan
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);
});
"
>
No Addons Yet
This user has not yet published any addons.
Recent Activity
Liked comment
Fixed in the latest release, v1.1.1. Thank you also for the report
Nov 18, 2025 5:51 PM
View details
Liked comment
This is related to a new update from UIFixes, will look into this. For now avoid multiselect loading outside the inventory
Nov 17, 2025 9:03 PM
View details
Created comment
Having the same issue, as soon as I finish loading a mag outside of inventory, I get hands busy, I can switch to my gun still, but my walking speed is set to the loading walk speed for the rest of the raid, and I can't run or prone anymore. I was able to somehow make it so I can at least still run and prone first time this happened, but I have no idea how; my walking speed was still capped.
Nov 17, 2025 2:47 PM
View details