set default color to prevent error

This commit is contained in:
Adrian Mariano 2021-09-16 22:39:45 -04:00
parent 9ca28066e1
commit bf23e067bd

View file

@ -13,7 +13,7 @@
// Default values for attachment code.
$tags = "";
$overlap = 0;
$color = undef;
$color = "yellow";
$attach_to = undef;
$attach_anchor = [CENTER, CENTER, UP, 0];