Skip to content
This repository was archived by the owner on Jan 20, 2023. It is now read-only.

Commit 49e8aec

Browse files
committed
Fixup
1 parent aef7b72 commit 49e8aec

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

che-theia-java-extension/src/browser/classpath/pages/classpath-tree-widget.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -58,9 +58,9 @@ export abstract class AbstractClasspathTreeWidget extends TreeWidget {
5858
width={this.node.offsetWidth * 0.8}
5959
height={this.node.offsetHeight * 0.8}
6060
rows={Array.from(this.rows.values())}
61-
getNodeRowHeight={this.getNodeRowHeight}
6261
renderNodeRow={this.renderNodeRow}
6362
scrollToRow={this.scrollToRow}
63+
handleScroll={this.handleScroll}
6464
/>;
6565
}
6666
return null;

0 commit comments

Comments
 (0)