-
Notifications
You must be signed in to change notification settings - Fork 3.7k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
[Wishlish] Disable deselection of elements #1612
Comments
Perhaps there can be a |
I'm not sure how that pertains to what I suggested? Note that what you suggest is already trivially easy to produce:
|
Right now, I'm using the following hack to achieve the requested enhancement:
|
@ikegami It does pertain to what you suggest because the |
ah, I see what you mean. That would indeed be a suitable interface. |
has this Another possible solution would be to add a class such as |
my current solution to this issue is to stop the event propagation on the specific element I wish to interact with without deselecting the items,
|
But it seems it still cannot stop deselection while clicking on scrollBar |
likely you are not catching the event on the right element. You'll need to inspect your scroll bar and check which element is firing the event. It is possible there are more than one. You could bind an event callback on the document itself to see where your event is coming from. |
Hi! Could you please add an option to the MultiDrag plugin that disables deselecting of objects (i.e. avoids calling _deselectMultiDrag). It would be nice to have buttons that interact with the selected objects.
The text was updated successfully, but these errors were encountered: