feat: change drawer behavior
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user