릴리스: v1.3.57 관리자 기본 아이템 카드 전체 드래그 복원

This commit is contained in:
2026-04-02 12:02:00 +09:00
parent 4fc7bcb29a
commit 717e3b97f0
3 changed files with 3 additions and 17 deletions

View File

@@ -50,7 +50,8 @@ export function useAdminGameManager({
gameItemSortable.value = Sortable.create(gameItemListEl.value, {
animation: 160,
draggable: '[data-game-item-id]',
handle: '[data-game-item-handle]',
filter: 'input, button, textarea, a, label',
preventOnFilter: false,
ghostClass: 'ghost',
chosenClass: 'chosen',
onEnd: (evt) => {