mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(console) dispatch: focus -> mouseup
This commit is contained in:
parent
1679ffe867
commit
1cec46048c
1 changed files with 4 additions and 1 deletions
|
|
@ -88,7 +88,10 @@ var CloudCmd, Util, DOM, $;
|
|||
}
|
||||
|
||||
CloudCmd.View.show(Element, function(){
|
||||
$('.jqconsole-prompt')[0].focus();
|
||||
var lEvent = DOM.Events.create('mouseup'),
|
||||
lElement = $('.jqconsole-prompt')[0];
|
||||
|
||||
DOM.Events.dispatch(lEvent, lElement);
|
||||
});
|
||||
};
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue