refactor(frontend): Vue 드래그 정렬 라이브러리를 교체

This commit is contained in:
2026-08-21 02:19:40 +00:00
parent ac7e2c87fd
commit 0b0697d165
6 changed files with 118 additions and 35 deletions
+1
View File
@@ -344,6 +344,7 @@ test('physical mobile touch reorders NPC priority across active and inactive lis
const nationPanel = mobilePage.locator('.priority-panel').first();
const activeList = nationPanel.locator('.priority-column').nth(1).locator('.priority-list');
const activeRows = activeList.locator('.priority-item');
await expect(activeRows.first()).toHaveCSS('touch-action', 'none');
await touchDrag(
mobilePage,
activeRows.nth(0),