릴리스: v1.3.58 관리자 드래그 fallback 및 드롭존 재정비

This commit is contained in:
2026-04-02 12:06:13 +09:00
parent 717e3b97f0
commit 4f300e7dbc
3 changed files with 20 additions and 8 deletions

View File

@@ -50,7 +50,9 @@ export function useAdminGameManager({
gameItemSortable.value = Sortable.create(gameItemListEl.value, {
animation: 160,
draggable: '[data-game-item-id]',
filter: 'input, button, textarea, a, label',
forceFallback: true,
fallbackOnBody: true,
filter: '[data-no-drag]',
preventOnFilter: false,
ghostClass: 'ghost',
chosenClass: 'chosen',