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