Comments refactoring.
This commit is contained in:
parent
0f6213f9db
commit
c8879d7c07
|
@ -802,6 +802,8 @@ define([
|
|||
saveTxtReplyId = uids[i] + '-R';
|
||||
comment = this.findComment(saveTxtId);
|
||||
|
||||
if (!comment) continue;
|
||||
|
||||
if (this.subEditStrings[saveTxtId] && !hint) {
|
||||
comment.set('editTextInPopover', true);
|
||||
text = this.subEditStrings[saveTxtId];
|
||||
|
@ -905,6 +907,8 @@ define([
|
|||
saveTxtReplyId = uids[i] + '-R';
|
||||
comment = this.findComment(saveTxtId);
|
||||
|
||||
if (!comment) continue;
|
||||
|
||||
if (this.subEditStrings[saveTxtId]) {
|
||||
comment.set('editTextInPopover', true);
|
||||
text = this.subEditStrings[saveTxtId];
|
||||
|
|
Loading…
Reference in a new issue