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

PopupGraph -> PageMainGraph, Graph moved to separate component

This commit is contained in:
Andrew Simachev 2021-09-30 11:55:22 +03:00
parent 1e61268ca5
commit f68a586b04
13 changed files with 448 additions and 100 deletions

View file

@ -597,7 +597,9 @@ function menuInit () {
},
{
label: 'Graph',
click: () => { send('popup', 'graph', {}); }
click: () => {
send('commandGlobal', 'graph');
}
},
]
});