Commit 671a842d authored by Alexander.Trofimov's avatar Alexander.Trofimov

fix bug 32441

parent c9d53918
"use strict"; "use strict";
/* comments.js /* comments.js
* *
...@@ -52,6 +52,10 @@ ...@@ -52,6 +52,10 @@
return; return;
t._addComment(oComment, bChange, bIsNotUpdate); t._addComment(oComment, bChange, bIsNotUpdate);
}; };
if (bIsNotUpdate) {
onAddCommentCallback(true);
} else {
this.isLockedComment(oComment, onAddCommentCallback); this.isLockedComment(oComment, onAddCommentCallback);
}
}; };
})(window); })(window);
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment