From 7e3527ed2f2d64b30a156ff92bb8f657008d267c Mon Sep 17 00:00:00 2001 From: Lauri Eskola Date: Mon, 24 Apr 2017 23:03:23 +0300 Subject: [PATCH] Issue #2869570 by AdamPS: Missing dependency of drupal.ckeditor on drupal.displace --- core/modules/ckeditor/ckeditor.libraries.yml | 1 + 1 file changed, 1 insertion(+) diff --git a/core/modules/ckeditor/ckeditor.libraries.yml b/core/modules/ckeditor/ckeditor.libraries.yml index 6012510975..df6881b37a 100644 --- a/core/modules/ckeditor/ckeditor.libraries.yml +++ b/core/modules/ckeditor/ckeditor.libraries.yml @@ -10,6 +10,7 @@ drupal.ckeditor: - core/drupal - core/drupalSettings - core/drupal.debounce + - core/drupal.displace - core/ckeditor - editor/drupal.editor # Ensure to run after core/matchmedia. -- GitLab