1
0
Fork 0
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:
Andrew Simachev 2021-02-18 13:52:49 +03:00
parent 0feacb2220
commit c93497ba7e
7 changed files with 73 additions and 6 deletions

View file

@ -409,6 +409,10 @@ function menuInit () {
label: 'Export',
click: () => { send('export'); }
},
{
label: 'Object diagnostics',
click: () => { send('debugSync'); }
},
{ role: 'close' },
]
},