Skip to content

Commit

Permalink
Merge remote-tracking branch 'ibexa/4.6'
Browse files Browse the repository at this point in the history
  • Loading branch information
mateuszdebinski committed Apr 26, 2024
2 parents 158be52 + 28aa901 commit 28dc397
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ class IbexaEmbedImageEditing extends Plugin {
const children = viewElement.getChildren();

for (const child of children) {
if (child.getAttribute('data-ezelement') === settingName) {
if (child.is('element') && child.getAttribute('data-ezelement') === settingName) {
return child;
}
}
Expand Down

0 comments on commit 28dc397

Please sign in to comment.