Skip to content

Commit

Permalink
Set the default size of the Neditor and editor content to small size.
Browse files Browse the repository at this point in the history
  • Loading branch information
deepakjosp committed Nov 11, 2024
1 parent 6881f25 commit 35c55ad
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/components/Editor/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -69,7 +69,7 @@ const Editor = (
openLinkInNewTab = true,
collaborationProvider = null,
enableReactNodeViewOptimization = false,
size = EDITOR_SIZES.MEDIUM,
size = EDITOR_SIZES.SMALL,
...otherProps
},
ref
Expand Down
2 changes: 1 addition & 1 deletion src/components/EditorContent/index.jsx
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ const EditorContent = ({
content = "",
variables = [],
className,
size = EDITOR_SIZES.MEDIUM,
size = EDITOR_SIZES.SMALL,
configuration = EDITOR_CONTENT_DEFAULT_CONFIGURATION,
...otherProps
}) => {
Expand Down

0 comments on commit 35c55ad

Please sign in to comment.