Actually fix colors not updating on refresh

This commit is contained in:
Idrees Hassan
2026-03-11 16:39:09 -07:00
parent 3e48360632
commit dd3ef01bef

View File

@@ -368,6 +368,7 @@ function loadSpeciesHistory() {
console.warn("Failed to parse species history from localStorage:", e);
}
}
refreshEditor();
draw();
}