mirror of
https://github.com/codex-team/editor.js
synced 2026-03-16 23:55:49 +01:00
Fix checklist deletion with confirmation
This commit is contained in:
parent
3a1745e8a2
commit
2030da54e9
1 changed files with 1 additions and 1 deletions
|
|
@ -124,7 +124,7 @@ export default class Flipper {
|
|||
* TAB will leaf iterator items
|
||||
* ENTER will click the focused item
|
||||
*/
|
||||
document.addEventListener('keydown', this.onKeyDown);
|
||||
document.addEventListener('keydown', this.onKeyDown, true);
|
||||
}
|
||||
|
||||
/**
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue