mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-25 13:52:24 +02:00
* feat: add spellcheck prop to text editor components Add a configurable `spellcheck` boolean prop (default: true) to all text editor components: TextEditor, CollaborativeTextEditor, StyledTextEditor, and CollaboratorEditor. The prop sets the HTML spellcheck attribute on the TipTap editor element, allowing parent components to disable browser spell checking. This is useful for users writing in non-English languages where the default English spell checker produces false positives. Closes #10623 * fix: format TextEditor.svelte to pass Prettier check Break long mergeAttributes() line to comply with the project's Prettier line-length configuration. Signed-off-by: V Govindarajan <vijay.govindarajan91@gmail.com> --------- Signed-off-by: V Govindarajan <vijay.govindarajan91@gmail.com>