mirror of
https://github.com/portainer/portainer.git
synced 2025-07-20 13:59:40 +02:00
fix ui cut in half when download bar active (#5565)
This commit is contained in:
parent
8b19623c5b
commit
a176ec5ace
1 changed files with 1 additions and 0 deletions
|
@ -19,6 +19,7 @@ export default class KubectlShellController {
|
|||
this.state.shell.term.dispose();
|
||||
this.state.shell.connected = false;
|
||||
this.TerminalWindow.terminalclose();
|
||||
this.$window.onresize = null;
|
||||
}
|
||||
|
||||
screenClear() {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue