Skip to content
代码片段 群组 项目
未验证 提交 a08eb8ad 编辑于 作者: Eduardo Sanz García's avatar Eduardo Sanz García 提交者: GitLab
浏览文件

Merge branch 'jachapman-fix-ff-drag-and-drop' into 'master'

No related branches found
No related tags found
1 合并请求!2498Add job wait time to group runners dashboard
......@@ -14,7 +14,6 @@ export const DRAG_DELAY = 100;
*/
export const defaultSortableOptions = {
animation: 200,
forceFallback: true,
fallbackClass: DRAG_CLASS,
fallbackOnBody: true,
ghostClass: 'is-ghost',
......
......@@ -110,7 +110,6 @@ describe('RelatedItemsTree', () => {
expect.objectContaining({
animation: '200',
delay: '100',
forcefallback: 'true',
fallbackclass: 'is-dragging',
ghostclass: 'is-ghost',
group: 'gl-new-card-body',
......
0% 加载中 .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册