You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Remove custom spell check implementation (spellCheck.ts and tests)
- Use native spellcheck attribute on textarea element
- Remove custom spell check CSS styles
- Update translation to reflect native browser spell check usage
- Simplify ChatTextArea component by removing spell check logic
As requested by @hannesrudolph, this implementation now uses the system's native spell check service instead of a custom dictionary-based approach.
Copy file name to clipboardExpand all lines: webview-ui/src/i18n/locales/en/settings.json
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -651,7 +651,7 @@
651
651
},
652
652
"SPELL_CHECK": {
653
653
"name": "Enable spell check in chat",
654
-
"description": "When enabled, misspelled words in the chat input will be underlined in red. This helps catch typos before sending messages to Roo."
654
+
"description": "When enabled, uses the browser's native spell check to underline misspelled words in the chat input. This helps catch typos before sending messages to Roo."
0 commit comments