Commit cae2337
committed
fix(settings/prompts): enable Save on textarea input and preserve empty strings
Use onInput to update custom support prompts per keystroke (no blur needed). In ModesView, avoid trimming during editing and send raw values to backend; preserve empty strings via ?? to ensure immediate dirty state. Closes #5780.1 parent cc26220 commit cae2337
File tree
2 files changed
+3
-3
lines changed- webview-ui/src/components
- modes
- settings
2 files changed
+3
-3
lines changed| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
1110 | 1110 | | |
1111 | 1111 | | |
1112 | 1112 | | |
1113 | | - | |
| 1113 | + | |
1114 | 1114 | | |
1115 | 1115 | | |
1116 | 1116 | | |
| |||
1313 | 1313 | | |
1314 | 1314 | | |
1315 | 1315 | | |
1316 | | - | |
| 1316 | + | |
1317 | 1317 | | |
1318 | 1318 | | |
1319 | 1319 | | |
| |||
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
167 | 167 | | |
168 | 168 | | |
169 | 169 | | |
170 | | - | |
| 170 | + | |
171 | 171 | | |
172 | 172 | | |
173 | 173 | | |
| |||
0 commit comments