Upgrade react-virtualized to 9.3.0
This commit is contained in:
parent
7c7821f829
commit
f8d57f1b6d
10 changed files with 798 additions and 752 deletions
|
@ -25,7 +25,7 @@ export function stringWidth(str, font) {
|
|||
return ctx.measureText(str).width;
|
||||
}
|
||||
|
||||
export function scrollbarWidth() {
|
||||
export function scrollBarWidth() {
|
||||
const outer = document.createElement('div');
|
||||
outer.style.visibility = 'hidden';
|
||||
outer.style.width = '100px';
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue