Fix Bug 40242
This commit is contained in:
parent
f42585109b
commit
773a49d683
|
@ -297,7 +297,8 @@ define([
|
||||||
}
|
}
|
||||||
} else {
|
} else {
|
||||||
var model = this.popoverComments.findWhere({uid: id});
|
var model = this.popoverComments.findWhere({uid: id});
|
||||||
if (model) {
|
if (model && !this.getPopover().isVisible()) {
|
||||||
|
this.getPopover().showComments(true);
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue