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
+4 -1
View File
@@ -2,7 +2,10 @@
"appId": "kr.sblog.slimbudget",
"appName": "Slim Budget",
"webDir": "dist",
"server": {
"cleartext": true
},
"android": {
"allowMixedContent": false
"allowMixedContent": true
}
}