@lvce-editor/explorer-view 5.27.0 → 5.28.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
|
@@ -5593,7 +5593,6 @@ const renderCss = (oldState, newState) => {
|
|
|
5593
5593
|
itemHeight,
|
|
5594
5594
|
items,
|
|
5595
5595
|
minLineY,
|
|
5596
|
-
scrollBarHeight,
|
|
5597
5596
|
uid,
|
|
5598
5597
|
visibleExplorerItems,
|
|
5599
5598
|
width
|
|
@@ -5601,6 +5600,7 @@ const renderCss = (oldState, newState) => {
|
|
|
5601
5600
|
const uniqueIndents = getUniqueIndents(visibleExplorerItems);
|
|
5602
5601
|
const contentHeight = items.length * itemHeight;
|
|
5603
5602
|
const scrollBarTop = getScrollBarTop(height, contentHeight, deltaY);
|
|
5603
|
+
const scrollBarHeight = getScrollBarSize(height, contentHeight, 20);
|
|
5604
5604
|
const indent = 8;
|
|
5605
5605
|
const padding = 10;
|
|
5606
5606
|
const fileIconWidth = 16;
|