This commit is contained in:
wanghaoo 2018-11-29 17:52:06 +08:00
commit a2b1a34d81
5 changed files with 14 additions and 9 deletions

View File

@ -1,3 +1,8 @@
<a name="1.5.15"></a>
## [1.5.15](https://github.com/tinper-bee/bee-table/compare/v1.5.14...v1.5.15) (2018-11-29)
<a name="1.5.14"></a>
## [1.5.14](https://github.com/tinper-bee/bee-table/compare/v1.5.13...v1.5.14) (2018-11-28)

View File

@ -43,7 +43,7 @@ function measureScrollbar() {
return 0;
}
if (window.scrollbarWidth) {
return scrollbarWidth;
return window.scrollbarWidth;
}
var scrollDiv = document.createElement('div');
for (var scrollProp in scrollbarMeasure) {

12
dist/demo.js vendored

File diff suppressed because one or more lines are too long

2
dist/demo.js.map vendored

File diff suppressed because one or more lines are too long

View File

@ -1,6 +1,6 @@
{
"name": "bee-table",
"version": "1.5.14",
"version": "1.5.15",
"description": "Table ui component for react",
"keywords": [
"react",