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 {
339339 });
340340 }
341341 render () {
342- const styl = {};
342+ const styl = { lineHeight : 0 };
343343 if (this .state .width === 0 ) {
344344 styl .width = ` 0%` ;
345345 } else {
Original file line number Diff line number Diff 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 {
Original file line number Diff line number Diff line change 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" ,
You can’t perform that action at this time.
0 commit comments