mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 08:57:09 +00:00
refactor(control): make run_on_all_selected_displays more generic
This commit is contained in:
@@ -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));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user