mirror of
https://github.com/nuintun/command-manager.git
synced 2025-12-16 07:36:08 +08:00
update files
This commit is contained in:
@@ -38,10 +38,10 @@ module.exports = function (Terminal){
|
||||
|
||||
var context = this;
|
||||
|
||||
this.element.style.borderColor = 'white';
|
||||
this.screen.style.borderColor = 'white';
|
||||
|
||||
setTimeout(function (){
|
||||
context.element.style.borderColor = '';
|
||||
context.screen.style.borderColor = '';
|
||||
}, 10);
|
||||
|
||||
if (this.popOnBell) this.focus();
|
||||
|
||||
Reference in New Issue
Block a user