Skip to content
This repository has been archived by the owner on Apr 25, 2023. It is now read-only.

Commit

Permalink
fix extended widgets
Browse files Browse the repository at this point in the history
  • Loading branch information
rot1024 committed Sep 30, 2021
1 parent 07810cb commit 1bdebbd
Show file tree
Hide file tree
Showing 3 changed files with 6 additions and 6 deletions.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -183,7 +183,7 @@
"rc-slider": "9.7.2",
"react": "^17.0.2",
"react-accessible-accordion": "^3.3.4",
"react-align": "^2.0.1",
"react-align": "^2.0.2",
"react-colorful": "^5.3.0",
"react-dnd": "^14.0.3",
"react-dnd-html5-backend": "^14.0.1",
Expand Down
2 changes: 1 addition & 1 deletion src/components/molecules/Visualizer/Plugin/index.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ export default function Plugin({
className={className}
src={src}
sourceCode={sourceCode}
filled={!!widget?.extended}
filled={!!widget?.extended?.horizontally || !!widget?.extended?.vertically}
iFrameProps={iFrameProps}
canBeVisible={visible}
isMarshalable={isMarshalable}
Expand Down
8 changes: 4 additions & 4 deletions yarn.lock
Original file line number Diff line number Diff line change
Expand Up @@ -15659,10 +15659,10 @@ react-accessible-accordion@^3.3.4:
resolved "https://registry.yarnpkg.com/react-accessible-accordion/-/react-accessible-accordion-3.3.5.tgz#5d035994a261c832a57e7822f1bbacf914c5a5cc"
integrity sha512-yCh3tx+jNuOPs+m58LOBFTGDEaGvM8UfuCNznr855FDAWzwV8V/ZH/TVBvgqH0npP58KrrVrHpj4jcy0EE5hEw==

react-align@^2.0.1:
version "2.0.1"
resolved "https://registry.yarnpkg.com/react-align/-/react-align-2.0.1.tgz#eb73ec4ad774e902e41fa7ffc996ea4c10f60dbc"
integrity sha512-GY0AT3vXld4BaHtIwgMwQJKLH6zMqKF5safuPrgMyUYTCYUZsql3GiL3tII6DnD5lzK6G7yL0WaqQkCohOaj4g==
react-align@^2.0.2:
version "2.0.2"
resolved "https://registry.yarnpkg.com/react-align/-/react-align-2.0.2.tgz#508b72d4a8fa552b49e9fb3d00f38530a43452e8"
integrity sha512-joMIjvld0NnX3AWHA9R471LnmdZViYG7TSk1x9YuTkFkgMb4lhMt0+d89cDett3Z/JUZgT7VRxs5hSn5wHYQaQ==
dependencies:
glamor "^2.20.40"
react-beautiful-dnd "^13.1.0"
Expand Down

0 comments on commit 1bdebbd

Please sign in to comment.