mirror of
https://github.com/turboderp-org/exui.git
synced 2026-04-20 14:29:52 +00:00
Enable spellcheck in notepad mode
This commit is contained in:
@@ -134,7 +134,7 @@ class NotepadView {
|
||||
|
||||
this.editor = document.createElement("textarea");
|
||||
this.editor.className = "notepad-editor";
|
||||
this.editor.spellcheck = false;
|
||||
this.editor.spellcheck = true;
|
||||
//this.editor.contentEditable = "true";
|
||||
//this.editor.useRichtext = true;
|
||||
//this.editor.addEventListener("paste", (event) => { this.paste(event); });
|
||||
|
||||
Reference in New Issue
Block a user