mirror of
https://github.com/voideditor/void
synced 2026-05-23 09:28:23 +00:00
protected fix
This commit is contained in:
parent
298423928e
commit
739ac2562b
1 changed files with 1 additions and 1 deletions
|
|
@ -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`
|
||||
|
|
|
|||
Loading…
Reference in a new issue