Skip to content

Commit 9fbc927

Browse files
authored
Merge pull request #20285 from colemanw/cke5Fix
Fix CKEditor5 link editing in modal dialog
2 parents 56f192e + dbf67e1 commit 9fbc927

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

js/Common.js

+1-1
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ if (!CRM.vars) CRM.vars = {};
185185

186186
// Workaround for https://github.com/ivaynberg/select2/issues/1246
187187
$.ui.dialog.prototype._allowInteraction = function(e) {
188-
return !!$(e.target).closest('.ui-dialog, .ui-datepicker, .select2-drop, .cke_dialog, #civicrm-menu').length;
188+
return !!$(e.target).closest('.ui-dialog, .ui-datepicker, .select2-drop, .cke_dialog, .ck-balloon-panel, #civicrm-menu').length;
189189
};
190190

191191
// Implements jQuery hook.prop

0 commit comments

Comments
 (0)