Merge origin/main into feat/explorer-grouped-view

This commit is contained in:
Zohaib Hassnain
2026-04-25 02:54:48 +05:00
11 changed files with 17 additions and 6 deletions
@@ -923,6 +923,7 @@ export function GraphWorkspace() {
sampleNodeIds?: string[];
}
| undefined;
const anchorNodeId = communityGroup?.anchorNodeId || communityGroup?.sampleNodeIds?.[0] || "";
if (anchorNodeId && graph.hasNode(anchorNodeId)) {
return {
@@ -1792,6 +1793,7 @@ export function GraphWorkspace() {
return groups;
}, [
canActivateFocusedMode,
displayState.groupedViewAvailable,
displayState.groupedViewReason,
handlePluginAction,