protected fix

This commit is contained in:
Andrew Pareles 2024-12-19 22:44:29 -08:00
parent 298423928e
commit 739ac2562b

View file

@ -84,7 +84,7 @@ class SidebarViewPane extends ViewPane {
});
}
override layoutBody(height: number, width: number): void {
protected override layoutBody(height: number, width: number): void {
super.layoutBody(height, width)
this.element.style.height = `${height}px`
this.element.style.width = `${width}px`