diff --git a/src/pages/GameBoard.vue b/src/pages/GameBoard.vue index e5aa605a..cf1793d0 100755 --- a/src/pages/GameBoard.vue +++ b/src/pages/GameBoard.vue @@ -113,13 +113,6 @@ export default { gameDetailListIndex: null, gameDetailId: null, gameTagsId: null, - listDraggableOptions: { - animation: 500, - handle: '.list-drag-handle', - group: { name: 'lists' }, - draggable: '.list', - ghostClass: 'list-placeholder', - }, }; },