We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fac180d commit a6680f1Copy full SHA for a6680f1
.storybook/preview-head.html
@@ -32,4 +32,7 @@
32
.docblock-source {
33
margin: 25px 0 !important;
34
}
35
+ .spaces-resize-handle {
36
+ background-color: red;
37
+ }
38
</style>
src/components/Space.tsx
@@ -175,6 +175,7 @@ export const SpaceInternal: React.FC<AllProps> = React.memo((props) => {
175
anchor={props.anchor}
176
parentContext={parentContext}
177
space={space}
178
+ handleSize={handleSize}
179
spaceElement={spaceElement.current}
180
minimumSize={props.minimumSize}
181
maximumSize={props.maximumSize}
0 commit comments