From 7a85367db8cce0e656aff9d9525179c762fc07be Mon Sep 17 00:00:00 2001 From: king Date: Thu, 25 Jun 2026 12:48:17 +0900 Subject: [PATCH] =?UTF-8?q?fix(project):=20=EB=8B=AC=EB=A0=A5=20=EB=93=9C?= =?UTF-8?q?=EB=9E=98=EA=B7=B8=20=EB=B6=88=EA=B0=80=20=EC=88=98=EC=A0=95=20?= =?UTF-8?q?=E2=80=94=20bar=20=EB=A5=BC=20a=E2=86=92div=20=EB=A1=9C=20?= =?UTF-8?q?=EA=B5=90=EC=B2=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 업무 bar 가 앵커라 브라우저가 'link drag'(href 없음)로 처리해 드래그가 시작되지 않았다.
+ 서버 렌더 draggable 속성으로 교체해 요소 드래그가 정상 시작되도록 함. Co-Authored-By: Claude Opus 4.8 --- app/modules/project/templates/project/project.html | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/app/modules/project/templates/project/project.html b/app/modules/project/templates/project/project.html index 3552fc4..e6fb902 100644 --- a/app/modules/project/templates/project/project.html +++ b/app/modules/project/templates/project/project.html @@ -115,15 +115,16 @@ {% endfor %}