mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-07-25 17:04:16 +00:00
chore(cloudcmd) lint
This commit is contained in:
parent
f92152195c
commit
fbc8ae25ad
5 changed files with 8 additions and 10 deletions
|
|
@ -101,7 +101,7 @@ async function show(data, options = {}) {
|
|||
if (Loading)
|
||||
return;
|
||||
|
||||
if (!options || options.bindKeys !== false)
|
||||
if (!options || options.bindKeys)
|
||||
Events.addKey(listener);
|
||||
|
||||
El = createElement('div', {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue