Skip to content

Commit

Permalink
released v5.9.0
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 5, 2023
1 parent a5a3bec commit 3cfa534
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion README-zh.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class Demo extends React.Component {
});
}
render() {
const styl = {};
const styl = { lineHeight: 0 };
if (this.state.width === 0) {
styl.width = `0%`;
} else {
Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -339,7 +339,7 @@ class Demo extends React.Component {
});
}
render() {
const styl = {};
const styl = { lineHeight: 0 };
if (this.state.width === 0) {
styl.width = `0%`;
} else {
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "@uiw/react-split",
"version": "5.8.10",
"version": "5.9.0",
"description": "A piece of content can be divided into areas that can be dragged to adjust the width or height.",
"main": "cjs/index.js",
"module": "esm/index.js",
Expand Down

0 comments on commit 3cfa534

Please sign in to comment.