mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
clean unnecessary changes
This commit is contained in:
parent
610414dc18
commit
8262a0eb7b
@ -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;
|
||||
});
|
||||
|
||||
|
||||
|
||||
Loading…
Reference in New Issue
Block a user