Skip to content

Commit

Permalink
style(editor): improve code formatting in ToolbarMenu component
Browse files Browse the repository at this point in the history
Improve code formatting in the ToolbarMenu component for better readability.
  • Loading branch information
phodal committed Sep 23, 2024
1 parent e2859e6 commit 51add12
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
4 changes: 2 additions & 2 deletions web/core/lib/editor/menu/toolbar-menu.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@ export interface ToolbarProps {
}

export const ToolbarMenu = ({ editor, isBubbleMenu = false, className }: ToolbarProps) => {
return (
return <Theme>
<ToggleGroup.Root
className={`${className} toggle-group`}
type="single"
Expand Down Expand Up @@ -140,5 +140,5 @@ export const ToolbarMenu = ({ editor, isBubbleMenu = false, className }: Toolbar
<ToolbarAiDropdown editor={editor}/>
</> }
</ToggleGroup.Root>
)
</Theme>
}
2 changes: 1 addition & 1 deletion web/core/package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@studio-b3/web-core",
"version": "0.0.5",
"version": "0.0.6",
"type": "module",
"main": "dist/main.js",
"types": "dist-types/main.d.ts",
Expand Down

0 comments on commit 51add12

Please sign in to comment.