Skip to content

Commit

Permalink
Merge pull request #3493 from udecode/fix/node-component
Browse files Browse the repository at this point in the history
fix plugin.node.component
  • Loading branch information
zbeyens committed Sep 2, 2024
1 parent f3229b4 commit 8abebee
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/plate-ui/floating-toolbar-buttons.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ export function FloatingToolbarButtons() {

<CommentToolbarButton />

<MoreDropdownMenu />
{!readOnly && <MoreDropdownMenu />}
</>
);
}

0 comments on commit 8abebee

Please sign in to comment.