forked from e621ng/e621ng
Fix #4009: Tag list is empty when editing tags, causing destructive changes.
This commit is contained in:
parent
49acf39f13
commit
79ec053cef
@ -89,7 +89,7 @@
|
||||
</div>
|
||||
|
||||
<div>
|
||||
<%= f.text_area :tag_string, :size => "60x5", :spellcheck => false, :"data-autocomplete" => "tag-edit", :"data-shortcut" => "e", :value => params[:tag_string] %>
|
||||
<%= f.text_area :tag_string, :size => "60x5", :spellcheck => false, :"data-autocomplete" => "tag-edit", :"data-shortcut" => "e", :value => post.presenter.split_tag_list_text + " " %>
|
||||
</div>
|
||||
<%= render "related_tags/buttons" %>
|
||||
</div>
|
||||
|
Loading…
Reference in New Issue
Block a user