mirror of
https://github.com/zadam/trilium.git
synced 2026-02-26 16:43:36 +01:00
chore(ckeditor): remove unnecessary priority
See https://github.com/ckeditor/ckeditor5/pull/19115#issuecomment-3944720307
This commit is contained in:
parent
7ec718218e
commit
1fd0fb03fa
@ -21,7 +21,6 @@ export default class IndentBlockShortcutPlugin extends Plugin {
|
||||
command.execute();
|
||||
}
|
||||
}, {
|
||||
priority: "highest",
|
||||
context: node => isWidget( node ) || node.is( 'editableElement' ),
|
||||
});
|
||||
}
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user