Skip to content

Commit

Permalink
šŸ¤– Merge PR #64501 fix(sortablejs): Add avoidImplicitDeselect to Multiā€¦
Browse files Browse the repository at this point in the history
ā€¦DragOptions by @unachang113
  • Loading branch information
unachang113 committed Mar 15, 2023
1 parent 486419c commit d7dade7
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions types/sortablejs/plugins.d.ts
Expand Up @@ -70,6 +70,11 @@ export interface MultiDragOptions {
// todo: check source code for type
multiDragKey?: null | undefined;

/**
* If you don't want to deselect items on outside click
*/
avoidImplicitDeselect?: boolean | undefined;

/**
* Called when an item is selected
*/
Expand Down

0 comments on commit d7dade7

Please sign in to comment.