disable default spell checkers in editor
This commit is contained in:
parent
a6d61f6e54
commit
c5423eea29
|
@ -46,8 +46,10 @@
|
|||
</div>
|
||||
</div>
|
||||
<div class="editor">
|
||||
<input id="create-tag" placeholder="Tag..." />
|
||||
<textarea id="create-input" placeholder="Type your note here..."></textarea>
|
||||
<input autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" id="create-tag"
|
||||
placeholder="Tag..." />
|
||||
<textarea autocomplete="off" autocorrect="off" autocapitalize="off" spellcheck="false" id="create-input"
|
||||
placeholder="Type your note here..."></textarea>
|
||||
<p id="create-msg"></p>
|
||||
|
||||
<p style="white-space: pre-line" id="notes-list"></p>
|
||||
|
|
|
@ -8,7 +8,7 @@
|
|||
},
|
||||
"package": {
|
||||
"productName": "snotes-deck",
|
||||
"version": "0.0.4"
|
||||
"version": "0.0.5"
|
||||
},
|
||||
"tauri": {
|
||||
"allowlist": {
|
||||
|
|
Loading…
Reference in New Issue