Skip to content

Commit d65ccf0

Browse files
release: fixes
- Fixed issue with broken copy link button inside Cloud Library DAM integration
2 parents b56354f + 616f8fc commit d65ccf0

2 files changed

Lines changed: 7 additions & 7 deletions

File tree

composer.lock

Lines changed: 6 additions & 6 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

inc/dam.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -429,7 +429,7 @@ public function render_dashboard_page() {
429429
display: none !important;
430430
}
431431
</style>
432-
<iframe id="om-dam" style="display: none;" src="<?php echo( $this->build_iframe_url() ); ?>"></iframe>
432+
<iframe id="om-dam" style="display: none;" src="<?php echo( $this->build_iframe_url() ); ?>" allow="clipboard-read; clipboard-write"></iframe>
433433
<div class="om-dam-loader">
434434
<img src="<?php echo esc_url( OPTML_URL . 'assets/img/logo.png' ); ?>" alt="Optimole Logo"
435435
class="om-dam-logo">

0 commit comments

Comments
 (0)