We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent afeab94 commit bac9424Copy full SHA for bac9424
public/js/index.js
@@ -306,7 +306,7 @@ function initReactionSelector(parent) {
306
if (resp && (resp.html || resp.empty)) {
307
const content = $(vm).closest('.content');
308
let react = content.find('.segment.reactions');
309
- if (react.length > 0) {
+ if (!resp.empty && react.length > 0) {
310
react.remove();
311
}
312
if (!resp.empty) {
0 commit comments