fix: trigger action:posts.edited

v1.18.x
Barış Soner Uşaklı 4 years ago
parent 6d01fd5028
commit b7b588f5c8

@ -145,6 +145,8 @@ define('forum/topic/events', [
$(window).trigger('action:posts.edited', data);
});
});
} else {
$(window).trigger('action:posts.edited', data);
}
if (data.topic.tags && tagsUpdated(data.topic.tags)) {

Loading…
Cancel
Save