체크리스트 2 - 카테고리 수정 -> 드래그랑 옮기기가 겹치는 오류 수정

dev_bert
isol2011 3 years ago
parent ef63381e09
commit 632179bbd4

@ -78,7 +78,8 @@
<script>
$("#list_cont").sortable({
placeholder: "ui-state-highlight",
containment: ".list_cont"
containment: ".list_cont",
handle: ".line-wrapper"
});
$("#list_cont").disableSelection();

Loading…
Cancel
Save