@@ -55,7 +55,7 @@ try {
if (colorRangeLightness != '') {
lig = colorRangeLightness;
}
content.color = "hsl(" + hue + ", " + sat + "%, " + lig + "%)";
content.color = 'hsl(' + hue + ', ' + sat + '%, ' + lig + '%)';
} else if (color != '') {
content.color = color;
The note is not visible to the blocked user.