feat: add sortings

This commit is contained in:
kwaroran
2024-06-06 19:29:38 +09:00
parent c5fb83e557
commit 57e50ca9b3
6 changed files with 72 additions and 22 deletions

View File

@@ -987,4 +987,9 @@ export function parseKeyValue(template:string){
}
return keyValue
}
}
export const sortableOptions = {
delay: 300, // time in milliseconds to define when the sorting should start
delayOnTouchOnly: true
} as const