[tag_edit] don't spellcheck tags
This commit is contained in:
parent
b1dc9892d5
commit
73eb3c96d4
1 changed files with 1 additions and 0 deletions
|
@ -62,6 +62,7 @@ class TagEditTheme extends Themelet
|
|||
"type" => "text",
|
||||
"name" => "tag_edit__tags",
|
||||
"id" => "tag_editor",
|
||||
"spellcheck" => "off",
|
||||
], $image->get_tag_list()) : null,
|
||||
link: Extension::is_enabled(TagHistoryInfo::KEY) ?
|
||||
make_link("tag_history/{$image->id}") :
|
||||
|
|
Reference in a new issue