릴리스: v1.3.56 관리자 배지 색상 적용 및 아이템 드래그 핸들 추가
This commit is contained in:
@@ -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) => {
|
||||
|
||||
Reference in New Issue
Block a user