1
0
Fork 0
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:
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

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