Skip to content

Commit 3cfa534

Browse files
committed
released v5.9.0
1 parent a5a3bec commit 3cfa534

File tree

3 files changed

+3
-3
lines changed

3 files changed

+3
-3
lines changed

README-zh.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class Demo extends React.Component {
339339
});
340340
}
341341
render() {
342-
const styl = {};
342+
const styl = { lineHeight: 0 };
343343
if (this.state.width === 0) {
344344
styl.width = `0%`;
345345
} else {

README.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ class Demo extends React.Component {
339339
});
340340
}
341341
render() {
342-
const styl = {};
342+
const styl = { lineHeight: 0 };
343343
if (this.state.width === 0) {
344344
styl.width = `0%`;
345345
} else {

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
{
22
"name": "@uiw/react-split",
3-
"version": "5.8.10",
3+
"version": "5.9.0",
44
"description": "A piece of content can be divided into areas that can be dragged to adjust the width or height.",
55
"main": "cjs/index.js",
66
"module": "esm/index.js",

0 commit comments

Comments
 (0)