fix: Tab no longer works to nest lists (regression from comment merge)
This commit is contained in:
@@ -24,10 +24,6 @@ export default class Keys extends Extension {
|
||||
};
|
||||
|
||||
return {
|
||||
// No-ops prevent Tab escaping the editor bounds
|
||||
Tab: () => true,
|
||||
"Shift-Tab": () => true,
|
||||
|
||||
// Shortcuts for when editor has separate edit mode
|
||||
"Mod-Escape": onCancel,
|
||||
"Shift-Escape": onCancel,
|
||||
|
||||
Reference in New Issue
Block a user