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: 43ef5d664227b5caed733e9654b57d413a755e6f (plain)
1
2
3
4
5
6
7
export default {
  animation: 200,
  forceFallback: true,
  fallbackClass: 'is-dragging',
  fallbackOnBody: true,
  ghostClass: 'is-ghost',
};