Ticket #40429: 40429.patch
File 40429.patch, 473 bytes (added by , 7 years ago) |
---|
-
wp-includes/js/tinymce/plugins/paste/plugin.js
919 919 }); 920 920 921 921 editor.getDoc().execCommand('Paste', false, null); 922 clipboardContent["text/html"] = getPasteBinHtml();923 922 } 924 923 925 924 // If clipboard API has HTML then use that directly