File tree Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Expand file tree Collapse file tree 3 files changed +5
-1
lines changed Original file line number Diff line number Diff line change 3232 .docblock-source {
3333 margin : 25px 0 !important ;
3434 }
35+ .spaces-resize-handle {
36+ background-color : red;
37+ }
3538</ style >
Original file line number Diff line number Diff line change 11{
22 "name" : " react-spaces" ,
3- "version" : " 0.1.26 " ,
3+ "version" : " 0.1.27 " ,
44 "main" : " dist/index.js" ,
55 "module" : " dist/es/index.js" ,
66 "types" : " dist/index.d.ts" ,
Original file line number Diff line number Diff line change @@ -175,6 +175,7 @@ export const SpaceInternal: React.FC<AllProps> = React.memo((props) => {
175175 anchor = { props . anchor }
176176 parentContext = { parentContext }
177177 space = { space }
178+ handleSize = { handleSize }
178179 spaceElement = { spaceElement . current }
179180 minimumSize = { props . minimumSize }
180181 maximumSize = { props . maximumSize }
You can’t perform that action at this time.
0 commit comments