mirror of
https://github.com/cryptpad/cryptpad.git
synced 2026-09-14 11:05:41 +05:00
Revert "fix keyboard navigation for checkbox toggle"
This reverts commit 4e9a578fe6.
This commit is contained in:
parent
58148a9ae9
commit
af8bbb31f1
@ -1369,7 +1369,6 @@ define([
|
||||
if (e.which === 32 || e.which === 13){
|
||||
e.stopPropagation();
|
||||
e.preventDefault();
|
||||
$input.trigger('click');
|
||||
$mark.prop('checked', !$input.is(':checked'));
|
||||
$input.change();
|
||||
}
|
||||
|
||||
Loading…
Reference in New Issue
Block a user