fix(control): Drag and Drop in DisplayView is now better

This commit is contained in:
E44
2026-01-14 22:48:02 +01:00
parent 246549acdf
commit a2bbf19fee
3 changed files with 3 additions and 6 deletions
@@ -191,7 +191,7 @@ export async function update_local_displays() {
}
export async function update_db_displays() {
// local_displays.update((groups) => groups.filter((g) => g.displays.length !== 0));
local_displays.update((groups) => groups.filter((g) => g.displays.length !== 0));
const filtered_local_display_groups = get(local_displays)
// .filter(
// (group) => group.displays.length !== 0