You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if a section has a lot of tabs, enabling/disabling multiple options at a time would be a good idea instead of clicking each of them.
Suggested solution
we can use pointerup event to do the action on user mouse movement
Alternative
or have a button to enable/disable all? but the downside of this is that with the pointerup dragging event listener we can select stuff in between instead of all
Clear and concise description of the problem
if a section has a lot of tabs, enabling/disabling multiple options at a time would be a good idea instead of clicking each of them.
Suggested solution
we can use
pointerupevent to do the action on user mouse movementAlternative
or have a button to enable/disable all? but the downside of this is that with the
pointerupdragging event listener we can select stuff in between instead of allAdditional context
Screen.Recording.2026-03-16.at.9.49.04.PM.mov
Validations