mirror of https://github.com/portainer/portainer
fix ui cut in half when download bar active (#5565)
parent
8b19623c5b
commit
a176ec5ace
|
@ -19,6 +19,7 @@ export default class KubectlShellController {
|
||||||
this.state.shell.term.dispose();
|
this.state.shell.term.dispose();
|
||||||
this.state.shell.connected = false;
|
this.state.shell.connected = false;
|
||||||
this.TerminalWindow.terminalclose();
|
this.TerminalWindow.terminalclose();
|
||||||
|
this.$window.onresize = null;
|
||||||
}
|
}
|
||||||
|
|
||||||
screenClear() {
|
screenClear() {
|
||||||
|
|
Loading…
Reference in New Issue