clean unnecessary changes

This commit is contained in:
daria 2024-12-04 13:01:14 +02:00
parent 8262a0eb7b
commit 6cc1908627

View File

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