mirror of
https://git.proxmox.com/git/mirror_xterm.js
synced 2025-10-30 17:13:08 +00:00
blur textarea on terminal blur
This commit is contained in:
parent
556140e7d9
commit
cc950614c5
@ -403,6 +403,7 @@
|
|||||||
|
|
||||||
this.cursorState = 0;
|
this.cursorState = 0;
|
||||||
this.refresh(this.y, this.y);
|
this.refresh(this.y, this.y);
|
||||||
|
this.textarea.blur();
|
||||||
|
|
||||||
if (this.sendFocus) {
|
if (this.sendFocus) {
|
||||||
this.send('\x1b[O');
|
this.send('\x1b[O');
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user