diff --git a/apps/common/main/lib/controller/Comments.js b/apps/common/main/lib/controller/Comments.js index ed64ddd28..a65c50073 100644 --- a/apps/common/main/lib/controller/Comments.js +++ b/apps/common/main/lib/controller/Comments.js @@ -1483,7 +1483,7 @@ define([ this.setMode(this.mode); this.updateComments(true); if (this.getPopover()) - this.getPopover().update(true); + mode ? this.getPopover().hide() : this.getPopover().update(true); }, clearCollections: function() {