From dcae003e32fb061920d4b0ba6dfe146ab875f050 Mon Sep 17 00:00:00 2001 From: kent Date: Mon, 29 Dec 2025 14:41:20 +0900 Subject: [PATCH] =?UTF-8?q?fix:=20htmx=20=EC=A4=91=EB=B3=B5=20=EB=A1=9C?= =?UTF-8?q?=EB=93=9C=20=EC=8B=9C=20JavaScript=20=EB=B3=80=EC=88=98=20?= =?UTF-8?q?=EC=9E=AC=EC=84=A0=EC=96=B8=20=EC=97=90=EB=9F=AC=20=EC=88=98?= =?UTF-8?q?=EC=A0=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - GuideModal, ExampleFlows, ExamplesModal 변수를 const에서 window 패턴으로 변경 - htmx가 콘텐츠를 다시 로드할 때 'Identifier has already been declared' 에러 방지 - window.XXX = window.XXX || {} 패턴으로 중복 선언 방지 🤖 Generated with [Claude Code](https://claude.com/claude-code) Co-Authored-By: Claude Opus 4.5 --- .../dev-tools/flow-tester/partials/example-flows.blade.php | 5 +++-- .../dev-tools/flow-tester/partials/guide-modal.blade.php | 3 ++- 2 files changed, 5 insertions(+), 3 deletions(-) diff --git a/resources/views/dev-tools/flow-tester/partials/example-flows.blade.php b/resources/views/dev-tools/flow-tester/partials/example-flows.blade.php index e8f57a12..14da7b44 100644 --- a/resources/views/dev-tools/flow-tester/partials/example-flows.blade.php +++ b/resources/views/dev-tools/flow-tester/partials/example-flows.blade.php @@ -181,7 +181,8 @@ class="px-4 py-2 bg-gray-600 hover:bg-gray-700 text-white rounded-lg transition- @verbatim