Disable spellcheck in the tag textarea

This commit is contained in:
Bryan Housel
2019-05-03 10:39:38 -04:00
parent 8a4e822fd7
commit 22b7e03d3b
+1
View File
@@ -129,6 +129,7 @@ export function uiRawTagEditor(context) {
.append('textarea')
.attr('class', 'tag-text' + (_tagView !== 'text' ? ' hide' : ''))
.call(utilNoAuto)
.attr('spellcheck', 'false')
.merge(textarea);
textarea