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

#53: export document to json, image preview popup

This commit is contained in:
Andrew Simachev 2020-01-28 12:10:53 +03:00
parent c2b57c466e
commit fa2b9d9ec0
10 changed files with 158 additions and 7 deletions

View file

@ -82,6 +82,12 @@ function createWindow () {
win.webContents.send('toggleDebug');
}
},
{
label: 'Copy document',
click: function () {
win.webContents.send('copyDocument');
}
},
]
},