mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 19:44:35 +08:00
update files
This commit is contained in:
parent
6ed273d781
commit
da9ea2aca8
@ -14,7 +14,13 @@ module.exports = function (Terminal){
|
||||
Terminal.focus.blur();
|
||||
}
|
||||
|
||||
this.showCursor();
|
||||
if (this.cursor) {
|
||||
this.showCursor();
|
||||
}
|
||||
|
||||
if (this.cursorBlink) {
|
||||
this.startBlink();
|
||||
}
|
||||
|
||||
Terminal.focus = this;
|
||||
};
|
||||
|
Loading…
x
Reference in New Issue
Block a user