fix:sign.blade.php 주석 내 Blade 파싱 충돌 수정

주석의 {{ }} 텍스트를 Blade가 PHP 코드로 해석하여 ParseError 발생

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
김보곤
2026-02-12 16:41:06 +09:00
parent df237140a3
commit 405bc1db3e

View File

@@ -21,7 +21,7 @@
const TOKEN = document.getElementById('esign-sign-root')?.dataset.token;
// 인라인 스타일 (Blade {{ }} 충돌 방지)
// 인라인 스타일 상수
const STYLES = {
canvasWrap: { height: '200px' },
canvas: { width: '100%', height: '100%', touchAction: 'none' },