Closed mkucej closed 4 years ago
I can't seem to reproduce this. What browser are you using?
Thanks for the quick answer. I should have been more clear. Try it like this:
You will see that all squares were selected starting from the 1st, although the user probably wanted to start from square 15. The problem occurs in all browsers I tried — FF, Chrome, Edge.
That did it. I'll have a look what's going on and get a fix out.
This should be fixed in the latest release.
Works well. Thanks!
Thank you for this great library. We use it to allow users to select text and add highlights to PDFs in a web browser. The issue is that when a user starts the lasso outside of the first element, all previous elements are added to the selection. This can be reproduced in your demo page for 'lassoSelect` option. We work around the issue like this:
Just thought I would let you know of this.