Skip to content

Commit

Permalink
DONE
Browse files Browse the repository at this point in the history
・ドラッグアニメーションを削除

TODO
・移動先が別ページのリストのスタイルを更新する
・ラベルのスタイルを整える
・タスクフリックで隣ページに移動
  • Loading branch information
volpe28v committed Oct 20, 2013
1 parent 100f0c1 commit 98eb8e0
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ KanbanList.draggableTask = (function(){
cancel: ".cancel",
scroll: true,
tolerance: 'pointer',
revert: true
revert: false
};

function setHandlers(handlers_hash){
Expand Down

0 comments on commit 98eb8e0

Please sign in to comment.