Bulk actions can bulk add the same items accidentally several times #2513
Loading…
x
Reference in New Issue
Block a user
No description provided.
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
So, if you click a bulk action like adding all missing weapons, press space and quickly click on it again & space to confirm, it can accidentally add everything twice or more (especially if the system is slow or is under load, its even easier). It probably makes sense that it finishes its previous operation, before being able to interact with the same button again.
Yeah, should probably use
debounce
here, which was sadly added to the webui codebase way too late.