mirror of
https://github.com/home-assistant/frontend.git
synced 2025-12-20 02:38:53 +00:00
Fix network graph panning (#28015)
This commit is contained in:
@@ -188,6 +188,7 @@ export class HaNetworkGraph extends SubscribeMixin(LitElement) {
|
|||||||
layout: physicsEnabled ? "force" : "none",
|
layout: physicsEnabled ? "force" : "none",
|
||||||
draggable: true,
|
draggable: true,
|
||||||
roam: true,
|
roam: true,
|
||||||
|
roamTrigger: "global",
|
||||||
selectedMode: "single",
|
selectedMode: "single",
|
||||||
label: {
|
label: {
|
||||||
show: showLabels,
|
show: showLabels,
|
||||||
|
|||||||
Reference in New Issue
Block a user