mirror of
https://github.com/anyproto/anytype-ts.git
synced 2025-06-08 05:57:02 +09:00
DebugSync + dnd fixes from release branch
This commit is contained in:
parent
0feacb2220
commit
c93497ba7e
7 changed files with 73 additions and 6 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