test(frontend): 모바일 터치 드래그 좌표를 안정화

This commit is contained in:
2026-08-21 02:34:41 +00:00
parent c5debc9037
commit 349a9d3673
3 changed files with 83 additions and 34 deletions
@@ -105,8 +105,6 @@ export default defineComponent({
cloneVNode(node, {
key: element,
[SORTABLE_ITEM_ATTRIBUTE]: element,
// Prevent a long-list touch gesture from being cancelled as page scrolling.
style: [node.props?.style, { touchAction: 'none' }],
})
)
);