Bug 41347

This commit is contained in:
Julia Radzhabova 2019-04-22 11:04:54 +03:00
parent 55e6e3c92c
commit 36e92e7810

View file

@ -299,6 +299,7 @@ define([
var model = this.popoverComments.findWhere({uid: id});
if (model && !this.getPopover().isVisible()) {
this.getPopover().showComments(true);
this.api.asc_selectComment(id);
return;
}
}