mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-19 01:17:18 +00:00
feature(terminal) add hide
This commit is contained in:
parent
8a42480e6b
commit
3dc1bb2811
1 changed files with 3 additions and 0 deletions
|
|
@ -43,6 +43,9 @@ var CloudCmd, Util, DOM, CloudFunc, Terminal;
|
|||
|
||||
CloudTerm.show = show;
|
||||
CloudTerm.write = write;
|
||||
CloudTerm.hide = function() {
|
||||
CloudCmd.View.hide();
|
||||
};
|
||||
|
||||
function show(callback) {
|
||||
if (!Loading) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue