mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 11:34:05 +08:00
update files
This commit is contained in:
parent
a6d641622b
commit
04b948a429
@ -56,7 +56,7 @@ function createXTerm(name, xtermNode){
|
|||||||
var xterm;
|
var xterm;
|
||||||
var runtime = window.AppRuntime[name];
|
var runtime = window.AppRuntime[name];
|
||||||
|
|
||||||
if (Terminal.focus) {
|
if (Terminal.focus && Terminal.focus.screen) {
|
||||||
xtermNode.removeChild(Terminal.focus.screen);
|
xtermNode.removeChild(Terminal.focus.screen);
|
||||||
}
|
}
|
||||||
|
|
||||||
|
@ -1,5 +0,0 @@
|
|||||||
/**
|
|
||||||
* Created by nuintun on 2015/11/27.
|
|
||||||
*/
|
|
||||||
|
|
||||||
importScripts();
|
|
Loading…
x
Reference in New Issue
Block a user