We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fc699f5 commit baab9d7Copy full SHA for baab9d7
client/src/CodeChatEditor.mts
@@ -267,7 +267,7 @@ const _open_lp = async (
267
// in`source.doc`. We don't need the CodeMirror editor at all;
268
// instead, treat it like a single doc block contents div.
269
doc_content = source.Plain.doc;
270
- codechat_body.innerHTML = `<div class="CodeChat-doc-contents">${doc_content}</div>`;
+ codechat_body.innerHTML = `<div class="CodeChat-doc-contents" spellcheck="true">${doc_content}</div>`;
271
await init({
272
selector: ".CodeChat-doc-contents",
273
// In the doc-only mode, add autosave functionality. While there
0 commit comments