mirror of
https://github.com/1Panel-dev/1Panel.git
synced 2026-09-24 08:00:57 +00:00
fix: 解决终端字体大小变化时内容显示不全的问题 (#1572)
This commit is contained in:
@@ -124,6 +124,7 @@ const onTermWheel = (event: WheelEvent) => {
|
||||
} else {
|
||||
term.value.options.fontSize = term.value.options.fontSize + 1;
|
||||
}
|
||||
changeTerminalSize();
|
||||
}
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user