Skip to content

Commit

Permalink
Enables options menu to visual ui elements
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecmart committed Jul 5, 2024
1 parent 7289efd commit b2371f8
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions packages/visualui/src/components/RenderNode.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -309,7 +309,6 @@ export const RenderNode = ({ render, onEnableEvents, metadata }) => {
: null
}
{
custom.options || deletable ?
<UIMenu
onOpenChange={onEnableEvents}
trigger={
Expand Down Expand Up @@ -353,7 +352,6 @@ export const RenderNode = ({ render, onEnableEvents, metadata }) => {
</>
}
/>
: null
}
</div>
</div >,
Expand Down

0 comments on commit b2371f8

Please sign in to comment.