mirror of
https://github.com/discourse/discourse.git
synced 2024-11-23 21:57:36 +08:00
FIX: flag button was broken for posts
This commit is contained in:
parent
c3cadbb4d8
commit
e1d5503053
|
@ -43,7 +43,7 @@ const TopicRoute = Discourse.Route.extend({
|
|||
|
||||
showFlags(model) {
|
||||
showModal('flag', { model });
|
||||
this.controllerFor('flag').setProperties({ selected: null });
|
||||
this.controllerFor('flag').setProperties({ selected: null, flagTopic: false });
|
||||
},
|
||||
|
||||
showFlagTopic(model) {
|
||||
|
|
Loading…
Reference in New Issue
Block a user