From e983d01a83a30cf6f73e35a5f8d383b41d716147 Mon Sep 17 00:00:00 2001 From: Hyungi Ahn Date: Wed, 3 Sep 2025 18:35:50 +0900 Subject: [PATCH] =?UTF-8?q?Fix:=20PDF=20=EB=A7=A4=EC=B9=AD=20=EB=93=9C?= =?UTF-8?q?=EB=A1=AD=EB=8B=A4=EC=9A=B4=20=EA=B0=92=20=EB=B0=94=EC=9D=B8?= =?UTF-8?q?=EB=94=A9=20=EB=AC=B8=EC=A0=9C=20=ED=95=B4=EA=B2=B0?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Alpine.js에서 :value="null"이 문자열로 변환되는 문제 수정 - option value를 빈 문자열("")로 변경 - JavaScript에서 null 값을 빈 문자열로 변환하여 UI 바인딩 개선 - 저장 시 빈 문자열과 null 모두 처리하도록 수정 --- frontend/book-editor.html | 2 +- frontend/static/js/book-editor.js | 7 ++++++- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/frontend/book-editor.html b/frontend/book-editor.html index a065216..6a86ed6 100644 --- a/frontend/book-editor.html +++ b/frontend/book-editor.html @@ -150,7 +150,7 @@