mirror of
https://github.com/discourse/discourse.git
synced 2025-02-24 22:45:27 +00:00
FIX: track mutations on topic edit category-chooser only on select (#7528)
This commit is contained in:
parent
999fdb95db
commit
9b75320d63
@ -22,7 +22,10 @@
|
||||
{{/if}}
|
||||
{{text-field id="edit-title" value=buffered.title maxlength=siteSettings.max_topic_title_length autofocus="true"}}
|
||||
{{#if showCategoryChooser}}
|
||||
{{category-chooser class="small" value=buffered.category_id}}
|
||||
{{category-chooser
|
||||
class="small"
|
||||
value=(unbound buffered.category_id)
|
||||
onSelect=(action (mut buffered.category_id))}}
|
||||
{{/if}}
|
||||
|
||||
{{#if canEditTags}}
|
||||
|
Loading…
x
Reference in New Issue
Block a user