Skip to content

Commit 5a924ba

Browse files
committed
Add click on link listeners in media-entity.js
Added a method call `this.addClickOnLinkListeners()` in media-entity.js within `init-cms-bundle` of Networking vendor. This change allows for enhanced interactivity and event handling within the media entity dialog, improving user experience.
1 parent f6296d2 commit 5a924ba

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

assets/cms/media-entity.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -273,6 +273,7 @@ class MediaEntity{
273273

274274
this.dialogContainer.querySelector('.modal-content').innerHTML = html;
275275
this.addUploadListeners()
276+
this.addClickOnLinkListeners()
276277
this.dialog.show();
277278
})
278279
}

0 commit comments

Comments
 (0)