@ckeditor/ckeditor5-core 45.1.0 → 45.2.0-alpha.0
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/dist/index.js +1 -1
- package/dist/index.js.map +1 -1
- package/package.json +5 -5
- package/src/accessibility.js +1 -1
package/dist/index.js
CHANGED
|
@@ -1400,7 +1400,7 @@ const DEFAULT_GROUP_ID = 'common';
|
|
|
1400
1400
|
]
|
|
1401
1401
|
},
|
|
1402
1402
|
{
|
|
1403
|
-
// eslint-disable-next-line max-len
|
|
1403
|
+
// eslint-disable-next-line @stylistic/max-len
|
|
1404
1404
|
label: t('Execute the currently focused button. Executing buttons that interact with the editor content moves the focus back to the content.'),
|
|
1405
1405
|
keystroke: [
|
|
1406
1406
|
[
|