mirror of
https://github.com/coder/code-server.git
synced 2026-05-17 01:37:25 +02:00
chore(vscode): update to 1.54.2
This commit is contained in:
@@ -159,7 +159,7 @@ class PartLayout {
|
||||
|
||||
// Title Size: Width (Fill), Height (Variable)
|
||||
let titleSize: Dimension;
|
||||
if (this.options && this.options.hasTitle) {
|
||||
if (this.options.hasTitle) {
|
||||
titleSize = new Dimension(width, Math.min(height, PartLayout.TITLE_HEIGHT));
|
||||
} else {
|
||||
titleSize = Dimension.None;
|
||||
|
||||
Reference in New Issue
Block a user