Fix Bug 40242

This commit is contained in:
Julia Radzhabova 2019-01-16 12:55:46 +03:00
parent f42585109b
commit 773a49d683

View file

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