mirror of
https://codeberg.org/PLG-Development/PLG-MuDiCS
synced 2026-07-06 00:47:09 +00:00
fix(control): Drag and Drop in DisplayView is now better
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user