From d7dade78122f4841645b2988d1ddc0fd6d54283d Mon Sep 17 00:00:00 2001 From: una* Date: Wed, 15 Mar 2023 13:20:18 +0900 Subject: [PATCH] =?UTF-8?q?=F0=9F=A4=96=20Merge=20PR=20#64501=20fix(sortab?= =?UTF-8?q?lejs):=20Add=20avoidImplicitDeselect=20to=20MultiDragOptions=20?= =?UTF-8?q?by=20@unachang113?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- types/sortablejs/plugins.d.ts | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/types/sortablejs/plugins.d.ts b/types/sortablejs/plugins.d.ts index fc22ec677e9b0c..4fe3ee7fae75f1 100644 --- a/types/sortablejs/plugins.d.ts +++ b/types/sortablejs/plugins.d.ts @@ -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 */