mirror of
https://github.com/coderaiser/cloudcmd.git
synced 2026-01-23 02:35:49 +00:00
fix(cloudcmd) client: edit-names in vim mode
This commit is contained in:
parent
e68b3232d9
commit
9b0ce7c7b7
1 changed files with 0 additions and 2 deletions
|
|
@ -70,8 +70,6 @@ async function keyListener(event) {
|
|||
const [, pattern] = await Dialog.prompt('Apply pattern:', '[n][e]');
|
||||
pattern && applyPattern(pattern);
|
||||
}
|
||||
|
||||
event.preventDefault();
|
||||
}
|
||||
|
||||
function applyPattern(pattern) {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue