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

fix bug 32441

parent c9d53918
"use strict";
"use strict";
/* comments.js
*
......@@ -52,6 +52,10 @@
return;
t._addComment(oComment, bChange, bIsNotUpdate);
};
if (bIsNotUpdate) {
onAddCommentCallback(true);
} else {
this.isLockedComment(oComment, onAddCommentCallback);
}
};
})(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