fix:sign.blade.php 주석 내 Blade 파싱 충돌 수정
주석의 {{ }} 텍스트를 Blade가 PHP 코드로 해석하여 ParseError 발생
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
@@ -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' },
|
||||
|
||||
Reference in New Issue
Block a user