selecto icon indicating copy to clipboard operation
selecto copied to clipboard

Selection not ending on pointer release over disabled element

Open ccpu opened this issue 5 months ago • 0 comments

Environments

  • Framework name: react-selecto
  • Framework version: 1.26.3
  • Testable Address(optional): codesandbox

Description

Selecto not ending when the pointer is released over a disabled element.

selector-disabled-item-issue

Steps to Reproduce

  1. Open the testable address (codesandbox)
  2. Click and drag to start selecting elements.
  3. Release the pointer over a disabled element.

Actual Behavior

The selection should end upon releasing the pointer, regardless of whether it is over a disabled element.

ccpu avatar Jan 21 '24 08:01 ccpu