clientIO / joint

A proven SVG-based JavaScript diagramming library powering exceptional UIs
https://jointjs.com
Mozilla Public License 2.0
4.68k stars 852 forks source link

[Bug]: Does jointjs not allow to select pinned links on startSelecting event #2774

Closed Naveena1321 closed 17 hours ago

Naveena1321 commented 5 days ago

Current versus expected behaviour

On clicking shift and dragging the pointer after click on blank paper

Steps to reproduce

  1. Call startSelecting event
  2. Observe
  3. It did not select links

Version

4.0.0

What browsers are you seeing the problem on?

Chrome

What operating system are you seeing the problem on?

No response

kumilingus commented 5 days ago

This is not a bug. It works as designed.

If you need to select links within a region, you can look at this example: https://jsfiddle.net/kumilingus/bs54Ldvm/.

There will be built-in support for this in an upcoming release (November).