diff --git a/core/modules/ckeditor/js/plugins/drupalimage/image.png b/core/modules/ckeditor/js/plugins/drupalimage/image.png new file mode 100644 index 0000000..ee73637 --- /dev/null +++ b/core/modules/ckeditor/js/plugins/drupalimage/image.png @@ -0,0 +1,5 @@ +PNG + + IHDRabKGD pHYs  tIME 6FPtEXtCommentCreated with GIMPWuIDAT8œj"Q{#24Z8ba!mM*i2sX4bE^N,!ȁ/9C%$HZ-Dd  \. +JkԓR("Qw#<} <3l6 d2y Cc< ""$"o`~WT*T8-ύF?[|'IfQjuTqvZv\8wWEgZ5Nu;Tj l6;W`!1ҞSׯ굤PIENDB` \ No newline at end of file diff --git a/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/ckeditor/plugin/DrupalImage.php b/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/ckeditor/plugin/DrupalImage.php index dcaa7b5..ea9e80d 100644 --- a/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/ckeditor/plugin/DrupalImage.php +++ b/core/modules/ckeditor/lib/Drupal/ckeditor/Plugin/ckeditor/plugin/DrupalImage.php @@ -8,7 +8,7 @@ namespace Drupal\ckeditor\Plugin\ckeditor\plugin; use Drupal\ckeditor\CKEditorPluginBase; -use Drupal\Core\Annotation\Plugin; +use Drupal\Component\Annotation\Plugin; use Drupal\Core\Annotation\Translation; use Drupal\editor\Plugin\Core\Entity\Editor; diff --git a/core/modules/editor/js/editor.dialog.js b/core/modules/editor/js/editor.dialog.js index d1d4270..d32cbe7 100644 --- a/core/modules/editor/js/editor.dialog.js +++ b/core/modules/editor/js/editor.dialog.js @@ -65,7 +65,6 @@ Drupal.editor.modalClose = function (data) { /** * Command to close and save an open modal dialog. */ -debugger; Drupal.ajax.prototype.commands.editorModalSave = function (ajax, response, status) { Drupal.editor.modalClose(response.values); };