mirror of
https://github.com/semantica-agi/semantica.git
synced 2026-09-12 04:01:35 +00:00
Merge origin/main into feat/explorer-grouped-view
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user