From 55d1c1d6f32397579fcbc365f2b699e8fd26392a Mon Sep 17 00:00:00 2001 From: king Date: Wed, 19 Aug 2026 23:01:44 +0900 Subject: [PATCH] =?UTF-8?q?fix(cafe24):=20=EB=8B=A8=EC=B6=95=ED=82=A4=20?= =?UTF-8?q?=EC=95=88=EB=82=B4=EC=97=90=20=EC=A4=84=20=EB=B3=B5=EC=82=AC=20?= =?UTF-8?q?=EC=B6=94=EA=B0=80=C2=B7=ED=8E=B8=EC=A7=91=EC=B0=BD=20=ED=88=B4?= =?UTF-8?q?=ED=8C=81=20=EC=A0=9C=EA=B1=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - 안내 문구를 "주석토글[Ctrl+/] · 줄 복사[Alt+Shift+↑↓] · 줄 이동[Alt+↑↓] · 줄 삭제[Shift+Del]" 로 맞춘다(줄 복사가 빠져 있었다). - textarea 의 title 툴팁을 뺀다. 편집 중 마우스 옆에 떠서 소스를 가렸다. 같은 내용이 위 안내줄에 항상 보이므로 잃는 정보가 없다. Co-Authored-By: Claude Opus 5 --- app/modules/cafe24/templates/cafe24/_editor.html | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) diff --git a/app/modules/cafe24/templates/cafe24/_editor.html b/app/modules/cafe24/templates/cafe24/_editor.html index e1f71a3..8a6fd40 100644 --- a/app/modules/cafe24/templates/cafe24/_editor.html +++ b/app/modules/cafe24/templates/cafe24/_editor.html @@ -78,7 +78,7 @@
- 단축키: 주석넣기[Ctrl+/] · 줄 이동[Alt+↑↓] · 줄 삭제[Shift+Del] + 단축키: 주석토글[Ctrl+/] · 줄 복사[Alt+Shift+↑↓] · 줄 이동[Alt+↑↓] · 줄 삭제[Shift+Del] @@ -98,9 +98,10 @@
+ {# title 툴팁은 달지 않는다 — 편집 중 마우스 옆에 뜨면 소스를 가린다. + 단축키 안내는 위 바(cf24-shortcuts)에 항상 보인다. #} + spellcheck="false" autocapitalize="off" autocorrect="off">{{ html_pc }}