fix ui cut in half when download bar active (#5565)

pull/5570/head
Richard Wei 3 years ago committed by GitHub
parent 8b19623c5b
commit a176ec5ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

@ -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…
Cancel
Save