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:
parent
c2b57c466e
commit
fa2b9d9ec0
10 changed files with 158 additions and 7 deletions
|
@ -82,6 +82,12 @@ function createWindow () {
|
|||
win.webContents.send('toggleDebug');
|
||||
}
|
||||
},
|
||||
{
|
||||
label: 'Copy document',
|
||||
click: function () {
|
||||
win.webContents.send('copyDocument');
|
||||
}
|
||||
},
|
||||
]
|
||||
},
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue