Skip to content

Commit

Permalink
fix(ui): Fix term window size for white-list device
Browse files Browse the repository at this point in the history
Signed-off-by: Jianhui Zhao <[email protected]>
  • Loading branch information
zhaojh329 committed Dec 13, 2024
1 parent 7c760bd commit 3c640cc
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ui/src/views/Rtty.vue
Original file line number Diff line number Diff line change
Expand Up @@ -221,6 +221,8 @@ export default {
this.disposables.push({
dispose: () => window.removeEventListener('resize', this.fitTerm)
})
this.fitTerm()
},
dispose() {
this.disposables.forEach(d => d.dispose())
Expand Down

0 comments on commit 3c640cc

Please sign in to comment.