From 717e3b97f0855ebe049208911b3964464a12ce11 Mon Sep 17 00:00:00 2001 From: zenn Date: Thu, 2 Apr 2026 12:02:00 +0900 Subject: [PATCH] =?UTF-8?q?=EB=A6=B4=EB=A6=AC=EC=8A=A4:=20v1.3.57=20?= =?UTF-8?q?=EA=B4=80=EB=A6=AC=EC=9E=90=20=EA=B8=B0=EB=B3=B8=20=EC=95=84?= =?UTF-8?q?=EC=9D=B4=ED=85=9C=20=EC=B9=B4=EB=93=9C=20=EC=A0=84=EC=B2=B4=20?= =?UTF-8?q?=EB=93=9C=EB=9E=98=EA=B7=B8=20=EB=B3=B5=EC=9B=90?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../src/components/admin/AdminGamesSection.vue | 1 - frontend/src/composables/useAdminGameManager.js | 3 ++- frontend/src/views/AdminView.vue | 16 +--------------- 3 files changed, 3 insertions(+), 17 deletions(-) diff --git a/frontend/src/components/admin/AdminGamesSection.vue b/frontend/src/components/admin/AdminGamesSection.vue index bbcabe8..1e31671 100644 --- a/frontend/src/components/admin/AdminGamesSection.vue +++ b/frontend/src/components/admin/AdminGamesSection.vue @@ -147,7 +147,6 @@ const props = defineProps({
아직 등록된 기본 아이템이 없어요.
-
순서 이동
diff --git a/frontend/src/composables/useAdminGameManager.js b/frontend/src/composables/useAdminGameManager.js index c083b9d..8c23fff 100644 --- a/frontend/src/composables/useAdminGameManager.js +++ b/frontend/src/composables/useAdminGameManager.js @@ -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) => { diff --git a/frontend/src/views/AdminView.vue b/frontend/src/views/AdminView.vue index c38ea6b..1ff128c 100644 --- a/frontend/src/views/AdminView.vue +++ b/frontend/src/views/AdminView.vue @@ -2733,24 +2733,10 @@ function userAvatarFallback(user) { background: var(--theme-surface-soft); padding: 12px; min-width: 0; -} -.adminUiScope .thumbCard__dragHandle { - display: inline-flex; - align-items: center; - justify-content: center; - margin-bottom: 10px; - padding: 5px 9px; - border-radius: 999px; - border: 1px dashed rgba(255, 255, 255, 0.16); - background: rgba(255, 255, 255, 0.04); - color: var(--theme-text-soft); - font-size: 11px; - font-weight: 800; - letter-spacing: 0.02em; cursor: grab; user-select: none; } -.adminUiScope .thumbCard__dragHandle:active { +.adminUiScope .thumbCard:active { cursor: grabbing; } .adminUiScope .thumb {