mirror of
https://github.com/yume-chan/ya-webadb.git
synced 2025-10-05 02:39:26 +02:00
chore: upgrade rush stack
This commit is contained in:
parent
916405c8b7
commit
6c9065bd73
8 changed files with 7917 additions and 8486 deletions
|
@ -75,8 +75,6 @@ export class AdbTerminal extends AutoDisposable {
|
|||
|
||||
public fit() {
|
||||
this.fitAddon.fit();
|
||||
// workaround https://github.com/xtermjs/xterm.js/issues/3504
|
||||
(this.terminal as any)._core.viewport._refresh();
|
||||
// Resize remote terminal
|
||||
const { rows, cols } = this.terminal;
|
||||
this._shell?.resize(rows, cols);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue