diff --git a/core/modules/ckeditor/js/ckeditor.js b/core/modules/ckeditor/js/ckeditor.js index c73aeda..ea878f0 100644 --- a/core/modules/ckeditor/js/ckeditor.js +++ b/core/modules/ckeditor/js/ckeditor.js @@ -285,7 +285,7 @@ } } } - $(window).on('hashchange', redirectTextareaFragmentToCKEditorInstance); + $(window).on('hashchange.ckeditor', redirectTextareaFragmentToCKEditorInstance); // Set the CKEditor cache-busting string to the same value as Drupal. CKEDITOR.timestamp = drupalSettings.ckeditor.timestamp;