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
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

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,