chore(ckeditor): remove unnecessary priority

See https://github.com/ckeditor/ckeditor5/pull/19115#issuecomment-3944720307
This commit is contained in:
Elian Doran 2026-02-23 18:46:09 +02:00
parent 7ec718218e
commit 1fd0fb03fa
No known key found for this signature in database

View File

@ -21,7 +21,6 @@ export default class IndentBlockShortcutPlugin extends Plugin {
command.execute();
}
}, {
priority: "highest",
context: node => isWidget( node ) || node.is( 'editableElement' ),
});
}