Skip to content

Commit

Permalink
Merge pull request #128 from public-accountability/develop2
Browse files Browse the repository at this point in the history
bug fixes
  • Loading branch information
aepyornis authored Dec 12, 2022
2 parents d87f09e + 3e1fa71 commit 829f279
Show file tree
Hide file tree
Showing 4 changed files with 689 additions and 688 deletions.
2 changes: 1 addition & 1 deletion app/components/EditorMenu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ const MENU_ITEMS: MenuItemType[] = [
// 'organize',
"settings",
"editors",
"help",
// "help",
]

export default function EditorMenu() {
Expand Down
1 change: 1 addition & 0 deletions app/components/Node.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -92,6 +92,7 @@ export default function Node({ id }: NodeProps) {
onMouseLeave={onMouseLeave}
onMouseMove={onMouseMove}
>
{node.description && <title>{node.description}</title>}
<NodeLabel node={node} uiState={uiState} />
<NodeHalo node={node} uiState={uiState} />
<NodeCircle node={node} uiState={uiState} />
Expand Down
Loading

0 comments on commit 829f279

Please sign in to comment.