Skip to content

Commit

Permalink
chore: finish comment
Browse files Browse the repository at this point in the history
  • Loading branch information
KaiVandivier committed Dec 19, 2024
1 parent 9181270 commit 12318f8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion services/plugin/src/Plugin.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -162,7 +162,7 @@ export const Plugin = ({
src={pluginSource}
className={className}
// if clientWidth is set, then we want width to be set by plugin.
// otherwise,
// otherwise, use a specified width, or 100% by default
width={clientWidth ? resizedWidth : width ?? '100%'}
height={height ?? resizedHeight}
style={{ border: 'none' }}
Expand Down

0 comments on commit 12318f8

Please sign in to comment.