提交 74679bed 编写于 作者: M Matt Bierner

Fix copy/paste in electron based webviews on desktop

Fixes #107309
上级 c8fca1b1
......@@ -24,6 +24,7 @@
* @type {import('../../browser/pre/main').WebviewHost}
*/
const host = {
onElectron: true,
postMessage: (channel, data) => {
ipcRenderer.sendToHost(channel, data);
},
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册