We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a090008 commit c9f5cd4Copy full SHA for c9f5cd4
1 file changed
public/js/index.js
@@ -2335,7 +2335,7 @@ var addStyleRule = (function () {
2335
}());
2336
function updateAuthorshipInner() {
2337
// ignore when ot not synced yet
2338
- if (Object.keys(cmClient.state).length > 0) return;
+ if (cmClient && Object.keys(cmClient.state).length > 0) return;
2339
authorMarks = {};
2340
for (var i = 0; i < authorship.length; i++) {
2341
var atom = authorship[i];
0 commit comments