1
0
Fork 0
mirror of https://github.com/anyproto/anytype-ts.git synced 2025-06-08 05:57:02 +09:00

CU-fz7ycc: Fix linkPreview

This commit is contained in:
Andrew Simachev 2021-03-31 11:29:32 +03:00
parent 8ca14e96b8
commit 9b618af5e2
5 changed files with 4 additions and 10 deletions

View file

@ -674,8 +674,6 @@ app.on('activate', () => {
});
function send () {
console.log('SEND', arguments);
if (win) {
win.webContents.send.apply(win.webContents, arguments);
};