refactor(control): make run_on_all_selected_displays more generic

This commit is contained in:
2026-01-06 19:18:18 +01:00
parent 4325ffc4aa
commit 427209e518
5 changed files with 16 additions and 12 deletions
@@ -117,7 +117,7 @@
const html =
editor_state.editor?.getHTML() +
`<style>:root {--background-color: ${color_states.bg.value} !important;}
</style>`;
</style>`;
await run_on_all_selected_displays((d) => show_html(d.ip, html));
}