fix: 토스트 에디터 한글(IME) 조합 끊김 수정
CI / build (push) Successful in 22s

부모가 되돌린 echo 값이면 setMarkdown 생략 → 문자 조합 유지

Co-Authored-By: Claude Opus 4.8 <noreply@anthropic.com>
This commit is contained in:
ByungCheol
2026-05-31 19:52:23 +09:00
parent 840ec84e0d
commit 772bc85bae
3 changed files with 27 additions and 8 deletions
+10 -3
View File
@@ -1,4 +1,11 @@
# 앱(Capacitor) 빌드 전용 환경변수 — `vite build --mode capacitor` 가 로드합니다.
# 앱 안에서는 상대경로(/api)가 서버로 가지 않으므로 백엔드 절대 URL 지정해야 합니다.
# 운영 백엔드 도메인으로 교체하세요. 예) https://api.yourdomain.com/api 또는 https://yourdomain.com/api
VITE_API_BASE_URL=https://your-backend-domain/api
# 앱 안에서는 상대경로(/api)가 서버로 가지 않으므로 백엔드 절대 URL 지정해야 합니다.
#
# [로컬 + 에뮬레이터 테스트] 에뮬레이터에서 10.0.2.2 = PC의 localhost
VITE_API_BASE_URL=http://10.0.2.2:8080/api
#
# [실기기 테스트] 같은 Wi-Fi 의 PC LAN IP 로 (예)
# VITE_API_BASE_URL=http://192.168.0.10:8080/api
#
# [배포 서버(HTTPS)] 운영 시
# VITE_API_BASE_URL=https://yourdomain.com/api