Add TriggerV2
This commit is contained in:
@@ -1013,5 +1013,6 @@ export function parseKeyValue(template:string){
|
||||
|
||||
export const sortableOptions = {
|
||||
delay: 300, // time in milliseconds to define when the sorting should start
|
||||
delayOnTouchOnly: true
|
||||
delayOnTouchOnly: true,
|
||||
filter: '.no-sort',
|
||||
} as const
|
||||
Reference in New Issue
Block a user