feat: change drawer behavior

This commit is contained in:
2025-09-30 22:26:33 +02:00
parent 675d51bc66
commit 7cee2ff94f
5 changed files with 10 additions and 30 deletions

View File

@@ -10,7 +10,7 @@ class TopologyGraphComponent extends Component {
this.height = 0; // Will be set dynamically based on container size
this.isInitialized = false;
// Drawer state for desktop reuse (same pattern as ClusterMembersComponent)
// Drawer state for desktop reuse (shared singleton)
this.drawer = new DrawerComponent();
// Tooltip for labels on hover