Welcome to mirror list, hosted at ThFree Co, Russian Federation.

sortable_config.js « sortable « javascripts « assets « app - gitlab.com/gitlab-org/gitlab-foss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: a4c4cb7f1018a10a62a11a70da403ef9dc36d7f1 (plain)
1
2
3
4
5
6
7
8
export default {
  animation: 200,
  forceFallback: true,
  fallbackClass: 'is-dragging',
  fallbackOnBody: true,
  ghostClass: 'is-ghost',
  fallbackTolerance: 1,
};