[tag_edit] don't spellcheck tags

This commit is contained in:
Shish 2024-01-08 18:56:03 +00:00
parent b1dc9892d5
commit 73eb3c96d4

View file

@ -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}") :