릴리스: v1.3.56 관리자 배지 색상 적용 및 아이템 드래그 핸들 추가

This commit is contained in:
2026-04-02 11:59:15 +09:00
parent 0a3fce2130
commit 4fc7bcb29a
3 changed files with 41 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ export function useAdminGameManager({
gameItemSortable.value = Sortable.create(gameItemListEl.value, {
animation: 160,
draggable: '[data-game-item-id]',
handle: '[data-game-item-handle]',
ghostClass: 'ghost',
chosenClass: 'chosen',
onEnd: (evt) => {