fix(cloudcmd) client: edit-names in vim mode

This commit is contained in:
coderaiser 2022-01-13 12:45:04 +02:00
parent e68b3232d9
commit 9b0ce7c7b7

View file

@ -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) {