Ticket #47363: 47363.patch
File 47363.patch, 507 bytes (added by , 6 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 need to be catched 165 if ( e.button !== 0 ) { 166 return; 167 } 168 164 169 /** 165 170 * Send link target to the parent (embedding) site. 166 171 */