Skip to content

Commit bdf8d50

Browse files
author
zuqiang.you
committed
优化
1 parent 98acab5 commit bdf8d50

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

package.json

+1-1
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
"dist",
1010
"index.d.ts"
1111
],
12-
"version": "1.0.3",
12+
"version": "1.0.5",
1313
"repository": {
1414
"type": "git",
1515
"url": "https://github.com/yozojo/react-split-pane-next"

src/SplitPane.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ class SplitPane extends Component {
351351
className={className}
352352
data-type="SplitPane"
353353
data-split={split}
354-
innerRef={(el) => {
354+
ref={(el) => {
355355
this.splitPane = el;
356356
}}
357357
>

0 commit comments

Comments
 (0)