mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
Merge branch 'master' of github.com:anytypeio/js-anytype into dataview
This commit is contained in:
commit
513ec084a9
8 changed files with 92 additions and 12 deletions
|
@ -409,6 +409,10 @@ function menuInit () {
|
|||
label: 'Export',
|
||||
click: () => { send('export'); }
|
||||
},
|
||||
{
|
||||
label: 'Object diagnostics',
|
||||
click: () => { send('debugSync'); }
|
||||
},
|
||||
{ role: 'close' },
|
||||
]
|
||||
},
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue