1
0
mirror of https://github.com/home-assistant/frontend.git synced 2025-12-19 18:28:42 +00:00

Fix network graph panning (#28015)

This commit is contained in:
Petar Petrov
2025-11-20 19:37:33 +02:00
committed by GitHub
parent 0d693e692a
commit d4c1642ccc

View File

@@ -188,6 +188,7 @@ export class HaNetworkGraph extends SubscribeMixin(LitElement) {
layout: physicsEnabled ? "force" : "none",
draggable: true,
roam: true,
roamTrigger: "global",
selectedMode: "single",
label: {
show: showLabels,