Fix copy/paste in electron based webviews on desktop

Fixes #107309
This commit is contained in:
Matt Bierner
2020-09-23 10:35:16 -07:00
parent c8fca1b131
commit 74679bed5b
@@ -24,6 +24,7 @@
* @type {import('../../browser/pre/main').WebviewHost}
*/
const host = {
onElectron: true,
postMessage: (channel, data) => {
ipcRenderer.sendToHost(channel, data);
},