Skip to content
Snippets Groups Projects
Commit 145430af authored by Ron Lucke's avatar Ron Lucke Committed by Marcus Eibrink-Lunzenauer
Browse files

fix #811

parent 372e8ac8
No related branches found
No related tags found
No related merge requests found
......@@ -120,7 +120,7 @@ export default {
isDragging: false,
dragOptions: {
animation: 0,
group: "description",
group: this.container.id,
disabled: false,
ghostClass: "block-ghost"
},
......
......@@ -64,7 +64,7 @@ export default {
isDragging: false,
dragOptions: {
animation: 0,
group: "description",
group: this.container.id,
disabled: false,
ghostClass: "block-ghost"
},
......
......@@ -137,7 +137,7 @@ export default {
isDragging: false,
dragOptions: {
animation: 0,
group: "description",
group: this.container.id,
disabled: false,
ghostClass: "block-ghost"
},
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment