[SSE] Bug 33374.
This commit is contained in:
parent
5dcce1dab2
commit
970d1368aa
|
@ -1222,12 +1222,14 @@ define([
|
||||||
|
|
||||||
for (i = 0; i < comments.length; ++i) {
|
for (i = 0; i < comments.length; ++i) {
|
||||||
comment = this.findComment(comments[i].asc_getId());
|
comment = this.findComment(comments[i].asc_getId());
|
||||||
|
if (comment) {
|
||||||
comment.set('editTextInPopover', true);
|
comment.set('editTextInPopover', true);
|
||||||
comment.set('hint', false);
|
comment.set('hint', false);
|
||||||
this.popoverComments.push(comment);
|
this.popoverComments.push(comment);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
|
||||||
if (this.getPopover()) {
|
if (this.getPopover() && this.popoverComments.length>0) {
|
||||||
if (this.getPopover().isVisible()) {
|
if (this.getPopover().isVisible()) {
|
||||||
this.getPopover().hide();
|
this.getPopover().hide();
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue