mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 18:55:26 +00:00
fix(dom) selectByPattern: show message if not esc
This commit is contained in:
parent
784dc15373
commit
c81d6f0285
1 changed files with 3 additions and 3 deletions
|
|
@ -1235,10 +1235,10 @@ var CloudCmd, Util, DOM, CloudFunc, Dialog;
|
|||
}
|
||||
|
||||
} while (current);
|
||||
|
||||
if (!matches)
|
||||
Dialog.alert('No matches found!');
|
||||
}
|
||||
|
||||
if (!matches)
|
||||
Dialog.alert('No matches found!');
|
||||
}
|
||||
|
||||
/*
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue