mirror of
https://github.com/FoggedLens/iD.git
synced 2026-05-18 14:45:12 +02:00
Disable spellcheck in the tag textarea
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user