mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-24 03:05:41 +00:00
refactor(view) afterShow
This commit is contained in:
parent
bf71013a37
commit
6e40506f7c
1 changed files with 1 additions and 1 deletions
|
|
@ -31,8 +31,8 @@ var CloudCmd, Util, DOM, CloudFunc, $;
|
|||
},
|
||||
afterShow : function(callback) {
|
||||
if (!FocusWas) {
|
||||
FocusWas = true;
|
||||
Element.focus();
|
||||
FocusWas = true;
|
||||
}
|
||||
|
||||
Util.exec(callback);
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue