mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 10:45:47 +00:00
fix(view) show: close view on ESC
This commit is contained in:
parent
64e6048d7b
commit
70986f5a51
1 changed files with 1 additions and 1 deletions
|
|
@ -101,7 +101,7 @@ function show(data, options) {
|
|||
if (Loading)
|
||||
return;
|
||||
|
||||
if (options && options.bindKeys !== false)
|
||||
if (!options || options.bindKeys !== false)
|
||||
Events.addKey(listener);
|
||||
|
||||
El = $('<div class="view" tabindex=0>');
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue