interesting discovery RE 3612 and 2802
This commit is contained in:
parent
3a46e010ce
commit
1f0058dd6f
1 changed files with 1 additions and 1 deletions
|
@ -1193,7 +1193,7 @@ async function handleClientReady(client, message)
|
||||||
const defaultColor = "#daf0b2";
|
const defaultColor = "#daf0b2";
|
||||||
|
|
||||||
if (!authorInfo) {
|
if (!authorInfo) {
|
||||||
console.warn(`handleClientReady(): no authorInfo parameter was received. Default values are going to be used. See issue #3612`);
|
console.warn(`handleClientReady(): no authorInfo parameter was received. Default values are going to be used. See issue #3612. This can be caused by a user clicking undo after clearing all authorship colors see #2802`);
|
||||||
authorInfo = {};
|
authorInfo = {};
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue