File tree Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Expand file tree Collapse file tree 3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ class Demo extends React.Component {
339
339
});
340
340
}
341
341
render () {
342
- const styl = {};
342
+ const styl = { lineHeight : 0 };
343
343
if (this .state .width === 0 ) {
344
344
styl .width = ` 0%` ;
345
345
} else {
Original file line number Diff line number Diff line change @@ -339,7 +339,7 @@ class Demo extends React.Component {
339
339
});
340
340
}
341
341
render () {
342
- const styl = {};
342
+ const styl = { lineHeight : 0 };
343
343
if (this .state .width === 0 ) {
344
344
styl .width = ` 0%` ;
345
345
} else {
Original file line number Diff line number Diff line change 1
1
{
2
2
"name" : " @uiw/react-split" ,
3
- "version" : " 5.8.10 " ,
3
+ "version" : " 5.9.0 " ,
4
4
"description" : " A piece of content can be divided into areas that can be dragged to adjust the width or height." ,
5
5
"main" : " cjs/index.js" ,
6
6
"module" : " esm/index.js" ,
You can’t perform that action at this time.
0 commit comments