Bug 41347
This commit is contained in:
parent
55e6e3c92c
commit
36e92e7810
|
@ -299,6 +299,7 @@ define([
|
||||||
var model = this.popoverComments.findWhere({uid: id});
|
var model = this.popoverComments.findWhere({uid: id});
|
||||||
if (model && !this.getPopover().isVisible()) {
|
if (model && !this.getPopover().isVisible()) {
|
||||||
this.getPopover().showComments(true);
|
this.getPopover().showComments(true);
|
||||||
|
this.api.asc_selectComment(id);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue