Skip to content

Commit

Permalink
build
Browse files Browse the repository at this point in the history
  • Loading branch information
i-just committed Jun 20, 2024
1 parent 56c7bbd commit ae8af74
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 3 deletions.
2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/ckeditor5-craftcms.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion src/web/assets/ckeditor/dist/ckeditor5-craftcms.js.map

Large diffs are not rendered by default.

4 changes: 3 additions & 1 deletion src/web/assets/ckeditor/src/ckeditor5-craftcms.js
Original file line number Diff line number Diff line change
Expand Up @@ -436,7 +436,9 @@ const handleClipboard = function (editor, plugins) {
ownerId = elementEditor.settings.elementId;

// get the target field id, in case we're pasting to a different field all together (not different instance, different field)
layoutElementUid = $editorElement.parents('.field').data('layoutElement');
layoutElementUid = $editorElement
.parents('.field')
.data('layoutElement');

// for each nested entry ID we found
for (let i = 0; i < matches.length; i++) {
Expand Down

0 comments on commit ae8af74

Please sign in to comment.