Ticket #39097: 39097.2.diff
File 39097.2.diff, 551 bytes (added by , 3 years ago) |
---|
-
src/js/_enqueues/lib/embed-template.js
161 161 href = target.parentElement.getAttribute( 'href' ); 162 162 } 163 163 164 // Only clicks from the primary mouse button without any modifiers need to be catched. 165 if ( event.ctrlKey || event.metaKey ) { 166 return; 167 } 168 164 169 /** 165 170 * Send link target to the parent (embedding) site. 166 171 */