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

pull/5570/head
Richard Wei 2021-09-02 11:33:27 +12:00 committed by GitHub
parent 8b19623c5b
commit a176ec5ace
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -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() {