diff --git a/frontend/src/ts/test/test-ui.ts b/frontend/src/ts/test/test-ui.ts index 5128736cc..6d38f058c 100644 --- a/frontend/src/ts/test/test-ui.ts +++ b/frontend/src/ts/test/test-ui.ts @@ -54,6 +54,8 @@ ConfigEvent.subscribe((eventKey, eventValue, nosave) => { updateWordsInputPosition(true); } + if (eventKey === "theme") applyBurstHeatmap(); + if (eventValue === undefined || typeof eventValue !== "boolean") return; if (eventKey === "flipTestColors") flipColors(eventValue); if (eventKey === "colorfulMode") colorful(eventValue);