mirror of
https://github.com/microsoft/vscode.git
synced 2026-05-02 14:31:31 +01:00
Simplify the usage of scrollableElement
This commit is contained in:
@@ -198,7 +198,7 @@ export class List<T> implements IDisposable {
|
||||
}
|
||||
|
||||
get contentHeight(): number {
|
||||
return this.view.getScrollHeight();
|
||||
return this.view.getContentHeight();
|
||||
}
|
||||
|
||||
layout(height?: number): void {
|
||||
|
||||
Reference in New Issue
Block a user