Skip to content

Commit b55a67d

Browse files
committed
Fixed size adjustment
1 parent 83ce36a commit b55a67d

File tree

2 files changed

+1
-2
lines changed

2 files changed

+1
-2
lines changed

react-spaces/package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "react-spaces",
3-
"version": "0.1.11",
3+
"version": "0.1.12",
44
"main": "dist/index.js",
55
"repository": "github:aeagle/react-spaces",
66
"author": {

react-spaces/src/components/Space.tsx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -320,7 +320,6 @@ class Space extends React.Component<AllProps, IState> {
320320
spaceTakers: [ ...this.state.spaceTakers, spaceTaker ]
321321
})
322322
} else {
323-
// existing.adjustedSize = 0;
324323
existing.order = spaceTaker.order;
325324
existing.anchorType = spaceTaker.anchorType;
326325
existing.size = spaceTaker.size;

0 commit comments

Comments
 (0)