@ckeditor/ckeditor5-image 45.1.0 → 45.2.0-alpha.1

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 CHANGED
@@ -3715,7 +3715,6 @@ const IMAGE_URL_REGEXP = new RegExp(String(/^(http(s)?:\/\/)?[\w-]+\.[\w.~:/[\]@
3715
3715
  if (!uploadImageCommand.isAccessAllowed) {
3716
3716
  const notification = editor.plugins.get('Notification');
3717
3717
  const t = editor.locale.t;
3718
- // eslint-disable-next-line max-len
3719
3718
  notification.showWarning(t('You have no image upload permissions.'), {
3720
3719
  namespace: 'image'
3721
3720
  });