Skip to content
Snippets Groups Projects
Verified Commit cb3d02ec authored by Hugo Hakim Damer's avatar Hugo Hakim Damer
Browse files

Track background colors no longer change after saving settings.

parent 72f3eef1
Branches
Tags
1 merge request!64Resolve "Canvas changes color each time a setting is saved"
......@@ -4,6 +4,7 @@ const settingsUpdatedChannel = new BroadcastChannel("settings_updated");
settingsUpdatedChannel.onmessage = function(ev) {
if (recording_id != null) {
clearList();
window.countColor = 0;
drawGraph();
}
};
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment