clean unnecessary changes

This commit is contained in:
daria 2024-12-04 12:59:51 +02:00
parent 610414dc18
commit 8262a0eb7b

View File

@ -2510,13 +2510,14 @@ define([
} else {
next();
}
return;
}
else if (e.which === 13) {
if (e.which === 13) {
if ($container.find('.cp-icons-element-selected').length === 1) {
$container.find('.cp-icons-element-selected').click();
return;
}
}
return;
});