Skip to content

Commit

Permalink
Merge branch 'main' of github.com:Protofy-xyz/Protofy
Browse files Browse the repository at this point in the history
  • Loading branch information
ap0k4 committed Jul 5, 2024
2 parents 58d88e5 + b2371f8 commit e04e1c5
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 e04e1c5

Please sign in to comment.